MCPcopy Create free account
hub / github.com/freecodexyz/free-code / _resetChangelogCacheForTesting

Function _resetChangelogCacheForTesting

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

Source from the content-addressed store, hash-verified

44
45/** @internal exported for tests */
46export function _resetChangelogCacheForTesting(): void {
47 changelogMemoryCache = null
48}
49
50/**
51 * Migrate changelog from old config-based storage to file-based storage.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected