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

Function getFileStateTracker

src/session/file_state.js:251–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249
250let _instance = null;
251function getFileStateTracker() {
252 if (!_instance) _instance = new FileStateTracker();
253 return _instance;
254}
255function resetFileStateTracker() { if (_instance) _instance.reset(); _instance = null; }
256
257module.exports = {

Callers 1

executeToolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected