MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / url

Method url

packages/server-e2e/src/http.ts:61–63  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

59 constructor(private readonly opts: HttpClientOptions) {}
60
61 private url(path: string): string {
62 return `${this.opts.baseUrl}${this.opts.apiPrefix}${path}`;
63 }
64
65 private async request<T>(
66 method: string,

Callers 5

requestMethod · 0.95
formRequestMethod · 0.95
oauth.tsFile · 0.80
fs.tsFile · 0.80
schema.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected