MCPcopy Create free account
hub / github.com/arctic-cli/interface / write

Function write

packages/arctic/src/util/log.ts:53–56  ·  view source on GitHub ↗
(msg: any)

Source from the content-addressed store, hash-verified

51 return logpath
52 }
53 let write = (msg: any) => {
54 process.stderr.write(msg)
55 return msg.length
56 }
57
58 export async function init(options: Options) {
59 if (options.level) level = options.level

Callers 4

debugFunction · 0.70
infoFunction · 0.70
errorFunction · 0.70
warnFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected