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

Method request

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

Make a raw HTTP request

(
    method: string,
    path: string,
    body?: unknown,
    options?: RequestOptions,
  )

Source from the content-addressed store, hash-verified

137
138 /** Make a raw HTTP request */
139 request<T>(
140 method: string,
141 path: string,
142 body?: unknown,

Callers 7

trackUpdateFailedFunction · 0.80
connectThroughProxyFunction · 0.80
trackUpdateFailedFunction · 0.80
connectThroughProxyFunction · 0.80
trackUpdateFailedFunction · 0.80
connectThroughProxyFunction · 0.80
getCodebuffClientFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected