MCPcopy 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
30export function clearImageCache(): void {
31 IMAGE_CACHE.clear();
32}
33
34export function loadImage(path: string): Uint8Array {
35 if (path.length === 0) {

Callers 2

resetImageCacheFunction · 0.85
loadImage.test.tsFile · 0.85

Calls 1

clearMethod · 0.65

Tested by 1

resetImageCacheFunction · 0.68