MCPcopy Create free account
hub / github.com/ethstorage/es-node / Check

Method Check

ethstorage/p2p/config.go:45–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43// SetupP2P provides a host and discovery service for usage in the rollup node.
44type SetupP2P interface {
45 Check() error
46 Disabled() bool
47 // Host creates a libp2p host service. Returns nil, nil if p2p is disabled.
48 Host(lg log.Logger, reporter metrics.Reporter) (host.Host, error)

Callers 2

NewFunction · 0.65
CheckMethod · 0.65

Implementers 1

Configethstorage/p2p/config.go

Calls

no outgoing calls

Tested by

no test coverage detected