MCPcopy Create free account
hub / github.com/block/buzz / clearSearchHitEventCache

Function clearSearchHitEventCache

desktop/src/app/navigation/searchHitEventCache.ts:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41export function clearSearchHitEventCache(): void {
42 searchHitEventCache.clear();
43}
44
45export function getCachedSearchHitEvent(
46 eventId: string | null | undefined,

Callers 1

resetWorkspaceStateFunction · 0.90

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected