Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ DisableLoadSupport
Function
DisableLoadSupport
vips/testing_helpers.go:9–11 ·
view source on GitHub ↗
(it imagetype.Type)
Source
from the content-addressed store, hash-verified
7
)
8
9
func
DisableLoadSupport(it imagetype.Type) {
10
typeSupportLoad.Store(it, false)
11
}
12
13
func
ResetLoadSupport() {
14
typeSupportLoad = sync.Map{}
Callers
1
TestSourceFormatNotSupported
Method · 0.92
Calls
no outgoing calls
Tested by
1
TestSourceFormatNotSupported
Method · 0.74