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

TypeAlias Name

xmlparser/name.go:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "strings"
4
5type Name string
6
7func (n Name) Split() (string, string) {
8 ind := strings.IndexByte(string(n), ':')

Callers 6

readEndTagMethod · 0.85
readNSNameMethod · 0.85
GetByStringMethod · 0.85
SetByStringMethod · 0.85
DeleteByStringMethod · 0.85
HasByStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected