Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1029
func
(c *Chain) head() *blockNode {
1030
c.RLock()
1031
defer
c.RUnlock()
1032
return
c.headBranch.head
1033
}
1034
1035
func
(c *Chain) stop() {
1036
c.cancel()
Callers
6
advanceNextHeight
Method · 0.95
mainCycle
Method · 0.95
syncCurrentHead
Method · 0.95
fetchBlockByHeight
Method · 0.95
fetchBlockByCount
Method · 0.95
NewChainWithContext
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected