()
| 80 | } |
| 81 | |
| 82 | func 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. |
no test coverage detected