()
| 2703 | } |
| 2704 | |
| 2705 | func (m *Posting) GetCommitTs() uint64 { |
| 2706 | if m != nil { |
| 2707 | return m.CommitTs |
| 2708 | } |
| 2709 | return 0 |
| 2710 | } |
| 2711 | |
| 2712 | type UidBlock struct { |
| 2713 | Base uint64 `protobuf:"varint,1,opt,name=base,proto3" json:"base,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected