()
| 54 | startSync(initialContent?: Content): Promise<this>; |
| 55 | /// Synchronizer.stopSync |
| 56 | stopSync(): Promise<this>; |
| 57 | /// Synchronizer.getSynchronizerStats |
| 58 | getSynchronizerStats(): SynchronizerStats; |
| 59 | } |
nothing calls this directly
no outgoing calls
no test coverage detected