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

Function stopAutoSave

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

Source from the content-addressed store, hash-verified

306 };
307
308 const stopAutoSave = async (): Promise<Persister<Persist>> => {
309 if (autoSaveListenerId) {
310 store.delListener(autoSaveListenerId);
311 autoSaveListenerId = undefined;
312 }
313 return persister;
314 };
315
316 const isAutoSaving = () => !isUndefined(autoSaveListenerId);
317

Callers 1

startAutoSaveFunction · 0.70

Calls 1

delListenerMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…