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

Method patch

cli/src/utils/codebuff-api.ts:164–164  ·  view source on GitHub ↗

Make a PATCH request

(
    path: string,
    body?: Record<string, unknown>,
    options?: RequestOptions,
  )

Source from the content-addressed store, hash-verified

162
163 /** Make a PATCH request */
164 patch<T>(
165 path: string,
166 body?: Record<string, unknown>,
167 options?: RequestOptions,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected