MCPcopy 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

1export interface CoalescedAsyncRunner<T> {
2 run(key: string): Promise<T>;
3 request(key: string): void;
4}
5
6export function createCoalescedAsyncRunner<T>(

Callers 10

logs.test.tsFile · 0.65
cron.test.tsFile · 0.65
importBundleFunction · 0.65
imports.test.tsFile · 0.65
context.test.tsFile · 0.65
tasks.test.tsFile · 0.65
blobs.test.tsFile · 0.65
lib-logic.test.tsFile · 0.65
onResyncFunction · 0.65

Calls

no outgoing calls

Tested by 1

importBundleFunction · 0.52