MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / head

Method head

blockproducer/chain.go:1029–1033  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1027}
1028
1029func (c *Chain) head() *blockNode {
1030 c.RLock()
1031 defer c.RUnlock()
1032 return c.headBranch.head
1033}
1034
1035func (c *Chain) stop() {
1036 c.cancel()

Callers 6

advanceNextHeightMethod · 0.95
mainCycleMethod · 0.95
syncCurrentHeadMethod · 0.95
fetchBlockByHeightMethod · 0.95
fetchBlockByCountMethod · 0.95
NewChainWithContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected