MCPcopy
hub / github.com/tinyplex/tinybase / syncDocs

Function syncDocs

test/unit/persisters/automerge.test.ts:199–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197 let persister2: Persister;
198
199 const syncDocs = async () => {
200 await pause();
201 docHandler1.doc();
202 docHandler2.doc();
203 await pause();
204 };
205
206 beforeEach(async () => {
207 const repo2 = new Repo({network: [new AutomergeTestNetworkAdapter()]});

Callers 1

automerge.test.tsFile · 0.70

Calls 1

pauseFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…