MCPcopy Create free account
hub / github.com/cortexkit/magic-context / getMagicContextLogPath

Function getMagicContextLogPath

packages/cli/src/lib/paths.ts:136–138  ·  view source on GitHub ↗
(harness: HarnessId)

Source from the content-addressed store, hash-verified

134
135/** Plugin log file path under the harness-scoped temp dir. */
136export function getMagicContextLogPath(harness: HarnessId): string {
137 return getMagicContextLogPathCore(harness);
138}
139
140/** Historian dump + state-file dir under the harness-scoped temp dir. */
141export function getMagicContextHistorianDir(harness: HarnessId): string {

Callers 6

runHealthChecksFunction · 0.90
runDoctorFunction · 0.90
collectDiagnosticsFunction · 0.90
collectDiagnosticsFunction · 0.90
getLogPathMethod · 0.90
getLogPathMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected