(initialContent?: Content)
| 52 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected