MCPcopy Create free account
hub / github.com/google/uuid / String

Method String

dce.go:70–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70func (d Domain) String() string {
71 switch d {
72 case Person:
73 return "Person"
74 case Group:
75 return "Group"
76 case Org:
77 return "Org"
78 }
79 return fmt.Sprintf("Domain%d", int(d))
80}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected