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

Function startSync

src/synchronizers/index.ts:252–255  ·  view source on GitHub ↗
(initialContent?: Content)

Source from the content-addressed store, hash-verified

250 const delPersisterListener = () => (persisterListener = undefined);
251
252 const startSync = async (initialContent?: Content) => {
253 syncing = 1;
254 return await persister.startAutoPersisting(initialContent);
255 };
256
257 const stopSync = async () => {
258 syncing = 0;

Callers

nothing calls this directly

Calls 1

startAutoPersistingMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…