Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ ConnManager
Struct
ConnManager
znet/connmanager.go:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
)
11
12
type
ConnManager
struct
{
13
connections zutils.ShardLockMaps
14
}
15
16
func
newConnManager() *ConnManager {
17
return
&ConnManager{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected