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

Function clockSequence

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

Source from the content-addressed store, hash-verified

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

Callers 1

ClockSequenceFunction · 0.85

Calls 1

setClockSequenceFunction · 0.85

Tested by

no test coverage detected