CLOVER Website - v0.3.1
    Preparing search index...
    • SuggestionDetailCard component displays the details of a code suggestion. It shows the suggested code, status, bug detection, model, response time, and prompt.

      Parameters

      • param0: { suggestion: CodeSuggestion }

        props for the SuggestionDetailCard component

        • suggestion: CodeSuggestion

          suggestion object containing details of the suggestion

      Returns Element

      • JSX element representing the suggestion detail card