MCPcopy Index your code
hub / github.com/CodisLabs/codis / LoadTopom

Method LoadTopom

pkg/models/store.go:126–128  ·  view source on GitHub ↗
(must bool)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

LoadTopomFunction · 0.85

Tested by

no test coverage detected