MCPcopy Create free account
hub / github.com/anus-dev/ANUS / getMethodUrl

Method getMethodUrl

packages/core/src/code_assist/server.ts:217–221  ·  view source on GitHub ↗
(method: string)

Source from the content-addressed store, hash-verified

215 }
216
217 getMethodUrl(method: string): string {
218 const endpoint =
219 process.env['CODE_ASSIST_ENDPOINT'] ?? CODE_ASSIST_ENDPOINT;
220 return `${endpoint}/${CODE_ASSIST_API_VERSION}:${method}`;
221 }
222}

Callers 3

requestPostMethod · 0.95
requestGetMethod · 0.95
requestStreamingPostMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected