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

Method stopSync

src/@types/synchronizers/index.d.ts:56–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 startSync(initialContent?: Content): Promise<this>;
55 /// Synchronizer.stopSync
56 stopSync(): Promise<this>;
57 /// Synchronizer.getSynchronizerStats
58 getSynchronizerStats(): SynchronizerStats;
59}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected