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

Function setStatus

src/persisters/common/create.ts:151–156  ·  view source on GitHub ↗
(newStatus: StatusValues)

Source from the content-addressed store, hash-verified

149 );
150
151 const setStatus = (newStatus: StatusValues): void => {
152 if (newStatus != status) {
153 status = newStatus;
154 callListeners(statusListeners, undefined, status);
155 }
156 };
157
158 const run = async (): Promise<void> => {
159 /*! istanbul ignore else */

Callers 3

loadFunction · 0.70
startAutoLoadFunction · 0.70
saveFunction · 0.70

Calls 1

callListenersFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…