()
| 2832 | } |
| 2833 | |
| 2834 | func (m *UidPack) GetAllocRef() uint64 { |
| 2835 | if m != nil { |
| 2836 | return m.AllocRef |
| 2837 | } |
| 2838 | return 0 |
| 2839 | } |
| 2840 | |
| 2841 | type PostingList struct { |
| 2842 | Pack *UidPack `protobuf:"bytes,1,opt,name=pack,proto3" json:"pack,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected