Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxn/walk
/ Dispose
Method
Dispose
iconcache.go:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
func
(ic *IconCache) Dispose() {
46
ic.Clear()
47
}
48
49
func
(ic *IconCache) Bitmap(image Image, dpi int) (*Bitmap, error) {
50
key := imageAndDPI{image, dpi}
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.95
Tested by
no test coverage detected