(initialContent?: Content | (() => Content))
| 163 | |
| 164 | /// Persister.startAutoLoad |
| 165 | startAutoLoad(initialContent?: Content | (() => Content)): Promise<this>; |
| 166 | |
| 167 | /// Persister.stopAutoLoad |
| 168 | stopAutoLoad(): Promise<this>; |
nothing calls this directly
no outgoing calls
no test coverage detected