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

Method Remove

ziface/iconnmanager.go:9–9  ·  view source on GitHub ↗

Add connection

(IConnection)

Source from the content-addressed store, hash-verified

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
12 Len() int // Get current number of connections

Callers 15

RemovePIDFromGrIDMethod · 0.65
RemoveFromGrIDByPosMethod · 0.65
rotateMethod · 0.65
deleteMethod · 0.65
TestKeysWhenRemovingFunction · 0.65
DelNotifyByIDMethod · 0.65
finalizerMethod · 0.65
RemoveCloseCallbackMethod · 0.65
finalizerMethod · 0.65
RemoveCloseCallbackMethod · 0.65
RemoveMethod · 0.65
finalizerMethod · 0.65

Implementers 1

ConnManagerznet/connmanager.go

Calls

no outgoing calls

Tested by 1

TestKeysWhenRemovingFunction · 0.52