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

Method put

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

Make a PUT request

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

Source from the content-addressed store, hash-verified

155
156 /** Make a PUT request */
157 put<T>(
158 path: string,
159 body?: Record<string, unknown>,
160 options?: RequestOptions,

Callers 2

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected