MCPcopy
hub / github.com/lonng/nano / Connection

Interface Connection

service/connection.go:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type Connection interface {
29 Increment()
30 Decrement()
31 Count() int64
32 Reset()
33 SessionID() int64
34}
35
36func ResetNodeId(nodeId uint64) {
37 Connections = newDefaultConnectionServer(nodeId)

Callers 10

TestNewConnectionServiceFunction · 0.65
TestNewConnectionServiceFunction · 0.65
AfterInitMethod · 0.65
InitMethod · 0.65
EnterMethod · 0.65
TestNewConnectionServiceFunction · 0.65
NewFunction · 0.65

Implementers 2

defaultConnectionServerservice/default.go
connectionServiceservice/connection.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…