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

Method forward

pkg/proxy/slots.go:68–70  ·  view source on GitHub ↗
(r *Request, hkey []byte)

Source from the content-addressed store, hash-verified

66}
67
68func (s *Slot) forward(r *Request, hkey []byte) error {
69 return s.method.Forward(s, r, hkey)
70}

Callers 2

dispatchMethod · 0.80
dispatchSlotMethod · 0.80

Calls 1

ForwardMethod · 0.65

Tested by

no test coverage detected