MCPcopy Create free account
hub / github.com/apache/maka / run

Function run

packages/code-mode/src/__tests__/code-mode.test.ts:501–505  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

499 return id;
500 };
501 const run = (id: string) =>
502 execute(`return await tools.hold({ id: '${id}' });`, {
503 tools: [{ name: 'hold' }],
504 callTool,
505 });
506
507 const first = run('first');
508 await firstHasStarted;

Callers 1

code-mode.test.tsFile · 0.70

Calls 1

executeFunction · 0.70

Tested by

no test coverage detected