MCPcopy Create free account
hub / github.com/Noumena-Network/code / getChangelogCachePath

Function getChangelogCachePath

src/utils/releaseNotes.ts:38–40  ·  view source on GitHub ↗

* Get the path for the cached changelog file. * The changelog is stored in the configured Code cache directory.

()

Source from the content-addressed store, hash-verified

36 * The changelog is stored in the configured Code cache directory.
37 */
38function getChangelogCachePath(): string {
39 return join(getClaudeConfigHomeDir(), 'cache', 'changelog.md')
40}
41
42// In-memory cache populated by async reads. Sync callers (React render, sync
43// helpers) read from this cache after setup.ts awaits checkForReleaseNotes().

Callers 3

fetchAndStoreChangelogFunction · 0.85
getStoredChangelogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected