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

Function getHarness

packages/plugin/src/shared/harness.ts:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 * INSERTing session-scoped rows so each row is correctly attributed.
49 */
50export function getHarness(): HarnessId {
51 return currentHarness;
52}
53
54/**
55 * Test-only helper to reset harness state between test cases. Do NOT call

Callers 15

ensureSessionMetaRowFunction · 0.90
syncCounterAtLeastFunction · 0.90
allocateTagFunction · 0.90
resetCounterFunction · 0.90
insertCompartmentRowsFunction · 0.90
insertFactRowsFunction · 0.90
saveRecompStagingPassFunction · 0.90
insertTagFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected