MCPcopy
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
45func (ic *IconCache) Dispose() {
46 ic.Clear()
47}
48
49func (ic *IconCache) Bitmap(image Image, dpi int) (*Bitmap, error) {
50 key := imageAndDPI{image, dpi}

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.95

Tested by

no test coverage detected