Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ newConnManager
Function
newConnManager
znet/connmanager.go:16–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
func
newConnManager() *ConnManager {
17
return
&ConnManager{
18
connections: zutils.NewShardLockMaps(),
19
}
20
}
21
22
func
(connMgr *ConnManager) Add(conn ziface.IConnection) {
23
Callers
1
newServerWithConfig
Function · 0.85
Calls
1
NewShardLockMaps
Function · 0.92
Tested by
no test coverage detected