Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ Forward
Method
Forward
pkg/proxy/forward.go:19–19 ·
view source on GitHub ↗
(s *Slot, r *Request, hkey []byte)
Source
from the content-addressed store, hash-verified
17
type
forwardMethod
interface
{
18
GetId() int
19
Forward(s *Slot, r *Request, hkey []byte) error
20
}
21
22
var
(
Callers
1
forward
Method · 0.65
Implementers
2
forwardSync
pkg/proxy/forward.go
forwardSemiAsync
pkg/proxy/forward.go
Calls
no outgoing calls
Tested by
no test coverage detected