(source: SettingSource)
| 445 | * that don't involve file system changes. |
| 446 | */ |
| 447 | export function notifyChange(source: SettingSource): void { |
| 448 | logForDebugging(`Programmatic settings change notification for ${source}`) |
| 449 | fanOut(source) |
| 450 | } |
| 451 | |
| 452 | /** |
| 453 | * Reset internal state for testing purposes only. |
nothing calls this directly
no test coverage detected