Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ Stop
Method
Stop
znet/heartbeat.go:122–125 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
}
121
122
func
(h *HeartbeatChecker) Stop() {
123
zlog.Ins().InfoF(
"heartbeat checker stop, connID=%+v"
, h.conn.GetConnID())
124
h.quitChan <- true
125
}
126
127
func
(h *HeartbeatChecker) SendHeartBeatMsg() error {
128
Callers
nothing calls this directly
Calls
3
Ins
Function · 0.92
InfoF
Method · 0.65
GetConnID
Method · 0.65
Tested by
no test coverage detected