(must bool)
| 124 | } |
| 125 | |
| 126 | func (s *Store) LoadTopom(must bool) (*Topom, error) { |
| 127 | return LoadTopom(s.client, s.product, must) |
| 128 | } |
| 129 | |
| 130 | func (s *Store) SlotMappings() ([]*SlotMapping, error) { |
| 131 | slots := make([]*SlotMapping, MaxSlotNum) |
no test coverage detected