MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / run

Function run

ui-tui/src/__tests__/billingCommand.test.ts:74–79  ·  view source on GitHub ↗
(arg: string)

Source from the content-addressed store, hash-verified

72 }
73
74 const run = async (arg: string) => {
75 billingCommand.run(arg, ctx as any, 'billing')
76 await rpc.mock.results[0]?.value
77 await Promise.resolve()
78 await Promise.resolve()
79 }
80
81 return { calls, ctx, rpc, run, sys }
82}

Callers 3

withInkSuspendedFunction · 0.50
readClipboardTextFunction · 0.50

Calls 1

runMethod · 0.45

Tested by

no test coverage detected