MCPcopy
hub / github.com/garrytan/gstack / dlog

Function dlog

design/src/daemon.ts:102–106  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

100}
101
102function dlog(...args: unknown[]): void {
103 const line = `[${new Date().toISOString()}] ${args.map(String).join(" ")}\n`;
104 if (daemonLog) daemonLog.write(line);
105 process.stderr.write(line);
106}
107
108// ─── Helpers ─────────────────────────────────────────────────────
109

Callers 7

evictOneFunction · 0.85
gracefulShutdownFunction · 0.85
idleCheckTickFunction · 0.85
handlePublishFunction · 0.85
handleBoardFeedbackFunction · 0.85
handleBoardReloadFunction · 0.85
startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected