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

Method startSync

src/@types/synchronizers/index.d.ts:54–54  ·  view source on GitHub ↗
(initialContent?: Content)

Source from the content-addressed store, hash-verified

52export interface Synchronizer extends Persister<Persists.MergeableStoreOnly> {
53 /// Synchronizer.startSync
54 startSync(initialContent?: Content): Promise<this>;
55 /// Synchronizer.stopSync
56 stopSync(): Promise<this>;
57 /// Synchronizer.getSynchronizerStats

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected