MCPcopy 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
15func (n Name) Space() string {
16 space, _ := n.Split()
17 return space
18}
19
20func (n Name) Local() string {
21 _, local := n.Split()

Callers

nothing calls this directly

Calls 1

SplitMethod · 0.95

Tested by

no test coverage detected