Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ request
Method
request
apps/kimi-web/src/lib/snapshotSync.ts:3–3 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
1
export
interface
CoalescedAsyncRunner<T> {
2
run(key: string): Promise<T>;
3
request(key: string): void;
4
}
5
6
export
function
createCoalescedAsyncRunner<T>(
Callers
10
logs.test.ts
File · 0.65
cron.test.ts
File · 0.65
importBundle
Function · 0.65
imports.test.ts
File · 0.65
context.test.ts
File · 0.65
tasks.test.ts
File · 0.65
blobs.test.ts
File · 0.65
lib-logic.test.ts
File · 0.65
onResync
Function · 0.65
kimi-datasource-plugin.test.ts
File · 0.65
Calls
no outgoing calls
Tested by
1
importBundle
Function · 0.52