()
| 85 | } |
| 86 | |
| 87 | func 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. |
no test coverage detected