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

Method FillSlot

pkg/proxy/proxy.go:240–247  ·  view source on GitHub ↗
(m *models.Slot)

Source from the content-addressed store, hash-verified

238}
239
240func (s *Proxy) FillSlot(m *models.Slot) error {
241 s.mu.Lock()
242 defer s.mu.Unlock()
243 if s.closed {
244 return ErrClosedProxy
245 }
246 return s.router.FillSlot(m)
247}
248
249func (s *Proxy) FillSlots(slots []*models.Slot) error {
250 s.mu.Lock()

Callers 1

FillSlotsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected