MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / closeImgproxyReader

Function closeImgproxyReader

vips/source.go:25–28  ·  view source on GitHub ↗

export closeImgproxyReader

(handle C.uintptr_t)

Source from the content-addressed store, hash-verified

23
24//export closeImgproxyReader
25func closeImgproxyReader(handle C.uintptr_t) {
26 h := cgo.Handle(handle)
27 h.Delete()
28}
29
30// calls seek() on the async reader via it's handle from the C side
31//

Callers

nothing calls this directly

Calls 2

HandleMethod · 0.45
DeleteMethod · 0.45

Tested by

no test coverage detected