Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ clearBinaryCache
Function
clearBinaryCache
src/utils/binaryCheck.ts:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
* Clear the binary check cache (useful
for
testing)
50
*/
51
export
function
clearBinaryCache(): void {
52
binaryCache.clear()
53
}
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected