Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ delete
Method
delete
apps/kimi-web/src/api/daemon/http.ts:261–263 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
259
}
260
261
async
delete<T>(path: string): Promise<T> {
262
return
this.request<T>(
'DELETE'
, path);
263
}
264
265
private
async
request<T>(
266
method: string,
Callers
nothing calls this directly
Calls
1
request
Method · 0.95
Tested by
no test coverage detected