Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ Stop
Method
Stop
rpc/server.go:145–150 ·
view source on GitHub ↗
Stop Server main loop.
()
Source
from the content-addressed store, hash-verified
143
144
// Stop Server main loop.
145
func
(s *Server) Stop() {
146
if
s.Listener != nil {
147
_ = s.Listener.Close()
148
}
149
s.cancel()
150
}
Callers
8
TestMultiChain
Function · 0.95
runNode
Function · 0.95
TestServer_Close
Function · 0.95
Stop
Function · 0.45
WaitBPChainService
Function · 0.45
stop
Method · 0.45
StopService
Function · 0.45
setupServers
Function · 0.45
Calls
1
Close
Method · 0.65
Tested by
4
TestMultiChain
Function · 0.76
TestServer_Close
Function · 0.76
stop
Method · 0.36
setupServers
Function · 0.36