(path: string, value: ParsedSettings)
| 49 | } |
| 50 | |
| 51 | export function setCachedParsedFile(path: string, value: ParsedSettings): void { |
| 52 | parseFileCache.set(path, value) |
| 53 | } |
| 54 | |
| 55 | export function resetSettingsCache(): void { |
| 56 | sessionSettingsCache = null |
no test coverage detected