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

Method ID

dce.go:66–68  ·  view source on GitHub ↗

ID returns the id for a Version 2 UUID. IDs are only defined for Version 2 UUIDs.

()

Source from the content-addressed store, hash-verified

64// ID returns the id for a Version 2 UUID. IDs are only defined for Version 2
65// UUIDs.
66func (uuid UUID) ID() uint32 {
67 return binary.BigEndian.Uint32(uuid[0:4])
68}
69
70func (d Domain) String() string {
71 switch d {

Callers 1

testDCEFunction · 0.80

Calls

no outgoing calls

Tested by 1

testDCEFunction · 0.64