MCPcopy 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 */
51export function clearBinaryCache(): void {
52 binaryCache.clear()
53}

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected