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

Function resetIdempotentWriteSet

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

Source from the content-addressed store, hash-verified

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

Callers 2

runNonInteractiveFunction · 0.85

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected