Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RtlZeroMemory/Rezi
/ clearImageCache
Function
clearImageCache
packages/node/src/image.ts:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
export
function
clearImageCache(): void {
31
IMAGE_CACHE.clear();
32
}
33
34
export
function
loadImage(path: string): Uint8Array {
35
if
(path.length === 0) {
Callers
2
resetImageCache
Function · 0.85
loadImage.test.ts
File · 0.85
Calls
1
clear
Method · 0.65
Tested by
1
resetImageCache
Function · 0.68