MCPcopy
hub / github.com/rpamis/comet / log

Function log

test/ts/version.test.ts:143–143  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

141
142 const logs: string[] = [];
143 const log = (msg: string) => logs.push(msg);
144
145 await printVersionInfo(log);
146

Callers 5

uninstallCommandFunction · 0.85
updateCometNpmPackageFunction · 0.85
updateCommandFunction · 0.85
initCommandFunction · 0.85
printVersionInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected