MCPcopy
hub / github.com/canopy-network/canopy / Syncing

Method Syncing

controller/controller.go:397–397  ·  view source on GitHub ↗

Syncing() returns if any of the supported chains are currently syncing

()

Source from the content-addressed store, hash-verified

395
396// Syncing() returns if any of the supported chains are currently syncing
397func (c *Controller) Syncing() *atomic.Bool { return c.isSyncing }
398
399// ResetFSM() resets the underlying state machine to last valid state
400func (c *Controller) ResetFSM() { c.FSM.Reset() }

Callers 2

ListenForBlockMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected