Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ clear
Method
clear
packages/core/ui/image-cache/index.ios.ts:92–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
public clear() {
93
this._cache.removeAllObjects();
94
GC();
95
}
96
}
Callers
nothing calls this directly
Calls
1
GC
Function · 0.90
Tested by
no test coverage detected