MCPcopy
hub / github.com/Narcooo/inkos / log

Function log

packages/cli/src/utils.ts:162–164  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

160}
161
162export function log(message: string): void {
163 process.stdout.write(`${message}\n`);
164}
165
166export function logError(message: string): void {
167 process.stderr.write(`[ERROR] ${message}\n`);

Callers 15

doctor.tsFile · 0.50
launchStudioWorkbenchFunction · 0.50
launchStudioEntryFunction · 0.50
book.tsFile · 0.50
detect.tsFile · 0.50
printResultFunction · 0.50
status.tsFile · 0.50
daemon.tsFile · 0.50
shutdownFunction · 0.50
draft.tsFile · 0.50
write.tsFile · 0.50
analytics.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected