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

Method Lock

bft/bft.go:930–930  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

928 // that manage interactions with BFT and other parts of the application like FSM, P2P and Storage
929 Controller interface {
930 Lock()
931 Unlock()
932 // ChainHeight returns the height of the target-chain
933 ChainHeight() uint64

Callers 15

processQueueMethod · 0.95
singleNodeNetworkMethod · 0.95
finishSyncingMethod · 0.95
ConsensusSummaryMethod · 0.95
GetPendingPageMethod · 0.95
GetFailedTxsPageMethod · 0.95
StopMethod · 0.95
ListenForBlockMethod · 0.95
handleFSMResponseMethod · 0.80
sendToPluginSyncMethod · 0.80
sendToPluginAsyncMethod · 0.80

Calls

no outgoing calls

Tested by 1

HasMethod · 0.64