MCPcopy
hub / github.com/Doorman11991/smallcode / newTurnIdempotentWriteSet

Function newTurnIdempotentWriteSet

src/tools/dedup.js:216–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214}
215function resetIdempotentWriteSet() { if (_writeSetInstance) _writeSetInstance.reset(); }
216function newTurnIdempotentWriteSet() { if (_writeSetInstance) _writeSetInstance.newTurn(); }
217
218module.exports = {
219 ToolDedup,

Callers 2

runAgentLoopFunction · 0.85

Calls 1

newTurnMethod · 0.45

Tested by

no test coverage detected