MCPcopy
hub / github.com/CopyTranslator/CopyTranslator / IFunctionCollection

Interface IFunctionCollection

src/proxy/renderer.ts:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15};
16
17interface IFunctionCollection {
18 [k: number]: AnyFunction<any[], any>;
19}
20
21let promiseCounter = 0;
22const pendingPromiseCallbacks: IFunctionCollection = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected