MCPcopy
hub / github.com/google/uuid / Domain

Method Domain

dce.go:60–62  ·  view source on GitHub ↗

Domain returns the domain for a Version 2 UUID. Domains are only defined for Version 2 UUIDs.

()

Source from the content-addressed store, hash-verified

58// Domain returns the domain for a Version 2 UUID. Domains are only defined
59// for Version 2 UUIDs.
60func (uuid UUID) Domain() Domain {
61 return Domain(uuid[9])
62}
63
64// ID returns the id for a Version 2 UUID. IDs are only defined for Version 2
65// UUIDs.

Callers 1

testDCEFunction · 0.80

Calls 1

DomainTypeAlias · 0.85

Tested by 1

testDCEFunction · 0.64