Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
export
function
clearSearchHitEventCache(): void {
42
searchHitEventCache.clear();
43
}
44
45
export
function
getCachedSearchHitEvent(
46
eventId: string | null | undefined,
Callers
1
resetWorkspaceState
Function · 0.90
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected