Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ Space
Method
Space
xmlparser/name.go:15–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
func
(n Name) Space() string {
16
space, _ := n.Split()
17
return
space
18
}
19
20
func
(n Name) Local() string {
21
_, local := n.Split()
Callers
nothing calls this directly
Calls
1
Split
Method · 0.95
Tested by
no test coverage detected