Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexkit/magic-context
/ getLogFilePath
Function
getLogFilePath
packages/plugin/src/shared/logger.ts:87–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
* flush will actually use.
86
*/
87
export
function
getLogFilePath(): string {
88
return
getMagicContextLogPath();
89
}
90
91
// Flush remaining buffer on process exit
92
if
(!isTestEnv) {
Callers
nothing calls this directly
Calls
1
getMagicContextLogPath
Function · 0.90
Tested by
no test coverage detected