(initialContent?: Content | (() => Content))
| 160 | // |
| 161 | /// Persister.load |
| 162 | load(initialContent?: Content | (() => Content)): Promise<this>; |
| 163 | |
| 164 | /// Persister.startAutoLoad |
| 165 | startAutoLoad(initialContent?: Content | (() => Content)): Promise<this>; |
nothing calls this directly
no outgoing calls
no test coverage detected