()
| 24 | onIgnoredError?: (error: any) => void, |
| 25 | ): FilePersister => { |
| 26 | const getPersisted = async (): Promise< |
| 27 | PersistedContent<PersistsType.StoreOrMergeableStore> |
| 28 | > => jsonParseWithUndefined(await readFile(filePath, UTF8)); |
| 29 | |
| 30 | const setPersisted = async ( |
| 31 | getContent: () => PersistedContent<PersistsType.StoreOrMergeableStore>, |
nothing calls this directly
no test coverage detected
searching dependent graphs…