()
| 1117 | * compaction), use resetGetMemoryFilesCache() instead. |
| 1118 | */ |
| 1119 | export function clearMemoryFileCaches(): void { |
| 1120 | // ?.cache because tests spyOn this, which replaces the memoize wrapper. |
| 1121 | getMemoryFiles.cache?.clear?.() |
| 1122 | } |
| 1123 | |
| 1124 | export function resetGetMemoryFilesCache( |
| 1125 | reason: InstructionsLoadReason = 'session_start', |
no test coverage detected