MCPcopy Create free account
hub / github.com/tinyplex/tinybase / getStatus

Function getStatus

src/persisters/common/create.ts:341–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339 };
340
341 const getStatus = (): StatusValues => status;
342
343 const addStatusListener = (listener: StatusListener): Id =>
344 addListener(listener, statusListeners);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…