MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / feedback

Function feedback

cli/src/utils/codebuff-api.ts:545–550  ·  view source on GitHub ↗
(req: FeedbackRequest)

Source from the content-addressed store, hash-verified

543 },
544
545 feedback(req: FeedbackRequest): Promise<ApiResponse<FeedbackResponse>> {
546 return request<FeedbackResponse>('POST', '/api/v1/feedback', req, {
547 // Feedback submissions are not idempotent server-side yet, so avoid automatic retries.
548 retry: false,
549 })
550 },
551 }
552}
553

Callers

nothing calls this directly

Calls 1

requestFunction · 0.70

Tested by

no test coverage detected