MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / TcpReplyHandler

Struct TcpReplyHandler

protocol/tcp/reply.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14var _ tcpIF.Handler = (*TcpReplyHandler)(nil)
15
16type TcpReplyHandler struct {
17 activeConn sync.Map
18 isClosed boolAm.Boolean
19}
20
21// NewHandler create a new handler
22func NewHandler() *TcpReplyHandler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected