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

Function stopPolling

src/persisters/common/database/sqlite.ts:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 ));
91
92 const stopPolling = () => {
93 dataVersion = schemaVersion = totalChanges = null;
94 stopInterval(interval);
95 };
96
97 const listeningHandle = addChangeListener((tableName: string) => {
98 if (managedTableNamesSet.has(tableName)) {

Callers 1

addPersisterListenerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…