MCPcopy Create free account
hub / github.com/microsoft/AI-Engineering-Coach / getRuntimeDebugLogPath

Function getRuntimeDebugLogPath

src/core/runtime-debug.ts:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51export function getRuntimeDebugLogPath(): string {
52 ensureDebugDir();
53 return DEBUG_LOG_FILE;
54}
55
56let outputHook: ((message: string) => void) | null = null;
57

Callers 2

activateFunction · 0.90

Calls 1

ensureDebugDirFunction · 0.85

Tested by

no test coverage detected