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

Function put

cli/src/utils/codebuff-api.ts:464–470  ·  view source on GitHub ↗
(
      path: string,
      body?: Record<string, unknown>,
      options?: RequestOptions,
    )

Source from the content-addressed store, hash-verified

462 },
463
464 put<T>(
465 path: string,
466 body?: Record<string, unknown>,
467 options?: RequestOptions,
468 ): Promise<ApiResponse<T>> {
469 return request<T>('PUT', path, body, options)
470 },
471
472 patch<T>(
473 path: string,

Callers

nothing calls this directly

Calls 1

requestFunction · 0.70

Tested by

no test coverage detected