MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getStrictToolResultPairing

Function getStrictToolResultPairing

src/bootstrap/state.ts:1093–1095  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1091}
1092
1093export function getStrictToolResultPairing(): boolean {
1094 return STATE.strictToolResultPairing
1095}
1096
1097export function setStrictToolResultPairing(value: boolean): void {
1098 STATE.strictToolResultPairing = value

Callers 1

ensureToolResultPairingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected