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

Function log

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

Source from the content-addressed store, hash-verified

86 let exitCode: number | null = null;
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;

Callers 1

runSwapCommandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected