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

Method Local

xmlparser/name.go:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (n Name) Local() string {
21 _, local := n.Split()
22 return local
23}
24
25func (n Name) String() string {
26 return string(n)

Callers 2

IsSVGFunction · 0.80
sanitizeElementMethod · 0.80

Calls 1

SplitMethod · 0.95

Tested by

no test coverage detected