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