MCPcopy Index your code
hub / github.com/garrytan/gstack / log

Function log

design/src/daemon-client.ts:77–79  ·  view source on GitHub ↗
(verbose: boolean, msg: string)

Source from the content-addressed store, hash-verified

75}
76
77function log(verbose: boolean, msg: string): void {
78 if (verbose) process.stderr.write(`[design-daemon] ${msg}\n`);
79}
80
81/**
82 * Ensure a design daemon is reachable on the project's state file. Returns

Callers 2

ensureDaemonFunction · 0.70
killByPidWithIdentityFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected