MCPcopy Index your code
hub / github.com/forloopcodes/contextplus / ensureStarted

Function ensureStarted

src/core/embedding-tracker.ts:144–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 let stopTracker = () => { };
143
144 const ensureStarted = (): void => {
145 if (running || mode === "off") return;
146 stopTracker = starter(trackerOptions);
147 running = true;
148 };
149
150 if (mode === "eager") ensureStarted();
151

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected