MCPcopy 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 */
87export function getLogFilePath(): string {
88 return getMagicContextLogPath();
89}
90
91// Flush remaining buffer on process exit
92if (!isTestEnv) {

Callers

nothing calls this directly

Calls 1

getMagicContextLogPathFunction · 0.90

Tested by

no test coverage detected