MCPcopy Create free account
hub / github.com/ConsortiumAI/Consortium / resolve

Method resolve

packages/consortium-cli/src/utils/future.ts:13–15  ·  view source on GitHub ↗
(value: T)

Source from the content-addressed store, hash-verified

11 }
12
13 resolve(value: T) {
14 this._resolve(value);
15 }
16
17 reject(reason?: any) {
18 this._reject(reason);

Callers 7

pushMethod · 0.80
cleanupMethod · 0.80
handleToolCallFunction · 0.80
claudeRemoteLauncherFunction · 0.80
returnMethod · 0.80
nextMethod · 0.80
returnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected