MCPcopy Index your code
hub / github.com/MoonshotAI/kimi-code / get

Function get

apps/vis/web/src/api.ts:82–84  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

80}
81
82function get<T>(path: string): Promise<T> {
83 return request<T>(path, 'GET');
84}
85
86function post<T>(path: string): Promise<T> {
87 return request<T>(path, 'POST');

Callers 1

api.tsFile · 0.70

Calls 1

requestFunction · 0.70

Tested by

no test coverage detected