MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / apply

Function apply

packages/plugins/apps/src/executor/app-tool-executor.ts:389–391  ·  view source on GitHub ↗
(_target, _thisArg, args)

Source from the content-addressed store, hash-verified

387 return makeClient(root, [...prefix, String(prop)], bridge);
388 },
389 apply(_target, _thisArg, args) {
390 return bridge.call(`${root}.${prefix.join(".")}`, args[0] ?? {});
391 },
392 });
393
394const splitInvokeInput = (

Callers 3

handleSaveFunction · 0.50
initDrizzleClientFunction · 0.50
SettingsPageFunction · 0.50

Calls 1

callMethod · 0.80

Tested by

no test coverage detected