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

Function post

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

Source from the content-addressed store, hash-verified

454 },
455
456 post<T>(
457 path: string,
458 body?: Record<string, unknown>,
459 options?: RequestOptions,
460 ): Promise<ApiResponse<T>> {
461 return request<T>('POST', path, body, options)
462 },
463
464 put<T>(
465 path: string,

Callers

nothing calls this directly

Calls 1

requestFunction · 0.70

Tested by

no test coverage detected