MCPcopy
hub / github.com/unicity-sphere/sphere-sdk / error

Function error

tests/unit/modules/SwapModule.cli.test.ts:89–89  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

87
88 const log = (msg: string) => stdout.push(msg);
89 const error = (msg: string) => stderr.push(msg);
90 const exit = (code: number) => {
91 exitCode = code;
92 throw new ExitSignal(code);

Callers 1

runSwapCommandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected