Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
export
function
getRuntimeDebugLogPath(): string {
52
ensureDebugDir();
53
return
DEBUG_LOG_FILE;
54
}
55
56
let
outputHook: ((message: string) => void) | null = null;
57
Callers
2
activate
Function · 0.90
runtime-debug.test.ts
File · 0.90
Calls
1
ensureDebugDir
Function · 0.85
Tested by
no test coverage detected