MCPcopy
hub / github.com/codeaashu/claude-code / getStoredChangelogFromMemory

Function getStoredChangelogFromMemory

src/utils/releaseNotes.ts:147–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

getRecentReleaseNotesFunction · 0.85
getAllReleaseNotesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected