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

Function resolveDaemonLogPath

design/src/daemon-state.ts:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50export function resolveDaemonLogPath(): string {
51 return path.join(os.homedir(), ".gstack", "design-daemon.log");
52}
53
54export function resolveStartupLogPath(): string {
55 return path.join(os.homedir(), ".gstack", "design-daemon-startup.log");

Callers 1

openDaemonLogFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected