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

Method String

uuid.go:318–323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316}
317
318func (v Version) String() string {
319 if v > 15 {
320 return fmt.Sprintf("BAD_VERSION_%d", v)
321 }
322 return fmt.Sprintf("VERSION_%d", v)
323}
324
325func (v Variant) String() string {
326 switch v {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected