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

Function del

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

Source from the content-addressed store, hash-verified

88}
89
90function del<T>(path: string): Promise<T> {
91 return request<T>(path, 'DELETE');
92}
93
94const enc = encodeURIComponent;
95

Callers 1

api.tsFile · 0.85

Calls 1

requestFunction · 0.70

Tested by

no test coverage detected