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