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

Function getIdempotentWriteSet

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

Source from the content-addressed store, hash-verified

209
210let _writeSetInstance = null;
211function getIdempotentWriteSet() {
212 if (!_writeSetInstance) _writeSetInstance = new IdempotentWriteSet();
213 return _writeSetInstance;
214}
215function resetIdempotentWriteSet() { if (_writeSetInstance) _writeSetInstance.reset(); }
216function newTurnIdempotentWriteSet() { if (_writeSetInstance) _writeSetInstance.newTurn(); }
217

Callers 2

executeToolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected