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