Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fvbock/endless
/ endlessConn
Struct
endlessConn
endless.go:532–535 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
530
}
531
532
type
endlessConn
struct
{
533
net.Conn
534
server *endlessServer
535
}
536
537
func
(w endlessConn) Close() error {
538
err := w.Conn.Close()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected