Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ post
Function
post
apps/vis/web/src/api.ts:86–88 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
84
}
85
86
function
post<T>(path: string): Promise<T> {
87
return
request<T>(path,
'POST'
);
88
}
89
90
function
del<T>(path: string): Promise<T> {
91
return
request<T>(path,
'DELETE'
);
Callers
1
api.ts
File · 0.85
Calls
1
request
Function · 0.70
Tested by
no test coverage detected