Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
type
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
Run
Method · 0.65
LocalAddr
Method · 0.65
LocalAddr
Method · 0.65
RemoteAddr
Method · 0.65
RemoteAddr
Method · 0.65
connect
Method · 0.65
Close
Method · 0.65
run
Method · 0.65
Close
Method · 0.65
connect
Method · 0.65
Close
Method · 0.65
ServeHTTP
Method · 0.65
Implementers
2
WSConn
network/ws_conn.go
TCPConn
network/tcp_conn.go
Calls
no outgoing calls
Tested by
no test coverage detected