Create a zero'd out since value (eg, initial since value) based on the sequence type
()
| 203 | |
| 204 | // Create a zero'd out since value (eg, initial since value) based on the sequence type |
| 205 | func CreateZeroSinceValue() SequenceID { |
| 206 | return SequenceID{} |
| 207 | } |
no outgoing calls
no test coverage detected