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

Function getReadTracker

src/tools/read_tracker.js:120–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118
119let _instance = null;
120function getReadTracker() {
121 if (!_instance) _instance = new ReadTracker();
122 return _instance;
123}
124function resetReadTracker() { if (_instance) _instance.reset(); }
125
126module.exports = { ReadTracker, getReadTracker, resetReadTracker };

Callers 1

executeToolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected