MCPcopy
hub / github.com/aceld/zinx / Add

Method Add

ziface/iconnmanager.go:8–8  ·  view source on GitHub ↗
(IConnection)

Source from the content-addressed store, hash-verified

6// IConnManager Connection Management Abstract Layer
7type IConnManager interface {
8 Add(IConnection) // Add connection
9 Remove(IConnection) // Remove connection
10 Get(uint64) (IConnection, error) // Get a connection by ConnID
11 Get2(string) (IConnection, error) // Get a connection by string ConnID

Callers 15

mainFunction · 0.65
AddPIDToGrIDMethod · 0.65
AddToGrIDByPosMethod · 0.65
snapshotFunction · 0.65
fanInFunction · 0.65
KeysMethod · 0.65
newKcpServerConnFunction · 0.65
AddCloseCallbackMethod · 0.65
newWebsocketConnFunction · 0.65
AddCloseCallbackMethod · 0.65
newServerConnFunction · 0.65

Implementers 1

ConnManagerznet/connmanager.go

Calls

no outgoing calls

Tested by 1