()
| 1281 | * compaction), use resetGetMemoryFilesCache() instead. |
| 1282 | */ |
| 1283 | export function clearMemoryFileCaches(): void { |
| 1284 | // ?.cache because tests spyOn this, which replaces the memoize wrapper. |
| 1285 | getMemoryFiles.cache?.clear?.() |
| 1286 | } |
| 1287 | |
| 1288 | export function resetGetMemoryFilesCache( |
| 1289 | reason: InstructionsLoadReason = 'session_start', |
no test coverage detected