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

Function delete

cli/src/utils/codebuff-api.ts:480–482  ·  view source on GitHub ↗
(path: string, options?: RequestOptions)

Source from the content-addressed store, hash-verified

478 },
479
480 delete<T>(path: string, options?: RequestOptions): Promise<ApiResponse<T>> {
481 return request<T>('DELETE', path, undefined, options)
482 },
483
484 // ============================================================================
485 // Type-safe endpoint methods

Callers

nothing calls this directly

Calls 1

requestFunction · 0.70

Tested by

no test coverage detected