Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
function
del<T>(path: string): Promise<T> {
91
return
request<T>(path,
'DELETE'
);
92
}
93
94
const
enc = encodeURIComponent;
95
Callers
1
api.ts
File · 0.85
Calls
1
request
Function · 0.70
Tested by
no test coverage detected