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

Function get

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

Source from the content-addressed store, hash-verified

450 request,
451
452 get<T>(path: string, options?: RequestOptions): Promise<ApiResponse<T>> {
453 return request<T>('GET', path, undefined, options)
454 },
455
456 post<T>(
457 path: string,

Callers 2

feedback-store.tsFile · 0.50
initializeThemeStoreFunction · 0.50

Calls 1

requestFunction · 0.70

Tested by

no test coverage detected