()
| 145 | * the cache is populated before first render via `await checkForReleaseNotes()`. |
| 146 | */ |
| 147 | export function getStoredChangelogFromMemory(): string { |
| 148 | return changelogMemoryCache ?? '' |
| 149 | } |
| 150 | |
| 151 | /** |
| 152 | * Parses a changelog string in markdown format into a structured format |
no outgoing calls
no test coverage detected