MCPcopy
hub / github.com/name5566/leaf / Conn

Interface Conn

network/conn.go:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type Conn interface {
8 ReadMsg() ([]byte, error)
9 WriteMsg(args ...[]byte) error
10 LocalAddr() net.Addr
11 RemoteAddr() net.Addr
12 Close()
13 Destroy()
14}

Callers 13

RunMethod · 0.65
LocalAddrMethod · 0.65
LocalAddrMethod · 0.65
RemoteAddrMethod · 0.65
RemoteAddrMethod · 0.65
connectMethod · 0.65
CloseMethod · 0.65
runMethod · 0.65
CloseMethod · 0.65
connectMethod · 0.65
CloseMethod · 0.65
ServeHTTPMethod · 0.65

Implementers 2

WSConnnetwork/ws_conn.go
TCPConnnetwork/tcp_conn.go

Calls

no outgoing calls

Tested by

no test coverage detected