()
| 44 | |
| 45 | /** @internal exported for tests */ |
| 46 | export function _resetChangelogCacheForTesting(): void { |
| 47 | changelogMemoryCache = null |
| 48 | } |
| 49 | |
| 50 | /** |
| 51 | * Migrate changelog from old config-based storage to file-based storage. |
nothing calls this directly
no outgoing calls
no test coverage detected