Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ethstorage/es-node
/ Start
Method
Start
ethstorage/p2p/node.go:279–284 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
277
}
278
279
func
(n *NodeP2P) Start() error {
280
if
n.syncCl != nil {
281
return
n.syncCl.Start()
282
}
283
return
nil
284
}
285
286
func
(n *NodeP2P) Close() error {
287
var
result *multierror.Error
Callers
2
TestMining
Function · 0.45
EsNodeMain
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestMining
Function · 0.36