MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getStats

Function getStats

src/synchronizers/synchronizer-ws-server/index.ts:270–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268 };
269
270 const getStats = (): WsServerStats => ({
271 paths: collSize(clientsByPath),
272 clients: collSize2(clientsByPath),
273 });
274
275 const destroy = async () => {
276 collClear(clientsByPath);

Callers

nothing calls this directly

Calls 1

collSizeFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…