MCPcopy
hub / github.com/ValueCell-ai/ClawX / resolve

Method resolve

electron/main/ipc/host-invoke.ts:60–62  ·  view source on GitHub ↗
(moduleName: string, actionName: string)

Source from the content-addressed store, hash-verified

58 }
59
60 resolve(moduleName: string, actionName: string): RuntimeHostAction | undefined {
61 return this.modules.get(moduleName)?.get(actionName)?.action;
62 }
63
64 private registerAction(
65 moduleName: string,

Callers 15

sweepSessionArtefactsFunction · 0.80
buildChannelAccountsViewFunction · 0.80
registerMethod · 0.80
resolveAgentsRealRootFunction · 0.80
resolveSymlinkTargetFunction · 0.80
specs.mjsFile · 0.80
loadSpecFunction · 0.80

Calls 1

getMethod · 0.65

Tested by 1

flushMicrotasksFunction · 0.64