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

Method GetId

pkg/proxy/forward.go:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17type forwardMethod interface {
18 GetId() int
19 Forward(s *Slot, r *Request, hkey []byte) error
20}
21

Callers 1

snapshotMethod · 0.65

Implementers 2

forwardSyncpkg/proxy/forward.go
forwardSemiAsyncpkg/proxy/forward.go

Calls

no outgoing calls

Tested by

no test coverage detected