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

Function clockSequence

time.go:82–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82func clockSequence() int {
83 if clockSeq == 0 {
84 setClockSequence(-1)
85 }
86 return int(clockSeq & 0x3fff)
87}
88
89// SetClockSequence sets the clock sequence to the lower 14 bits of seq. Setting to
90// -1 causes a new sequence to be generated.

Callers 1

ClockSequenceFunction · 0.85

Calls 1

setClockSequenceFunction · 0.85

Tested by

no test coverage detected