()
| 2825 | } |
| 2826 | |
| 2827 | func (m *UidPack) GetBlocks() []*UidBlock { |
| 2828 | if m != nil { |
| 2829 | return m.Blocks |
| 2830 | } |
| 2831 | return nil |
| 2832 | } |
| 2833 | |
| 2834 | func (m *UidPack) GetAllocRef() uint64 { |
| 2835 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected