Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
82
function
get<T>(path: string): Promise<T> {
83
return
request<T>(path,
'GET'
);
84
}
85
86
function
post<T>(path: string): Promise<T> {
87
return
request<T>(path,
'POST'
);
Callers
1
api.ts
File · 0.70
Calls
1
request
Function · 0.70
Tested by
no test coverage detected