Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/willnorris/imageproxy
/ Error
Method
Error
data.go:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
func
(e URLError) Error() string {
45
return
fmt.Sprintf(
"malformed URL %q: %s"
, e.URL, e.Message)
46
}
47
48
// Options specifies transformations to be performed on the requested image.
49
type
Options
struct
{
Callers
1
serveImage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected