Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ getSeq
Method
getSeq
xenomint/state.go:111–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
}
110
111
func
(s *State) getSeq() uint64 {
112
return
atomic.LoadUint64(&s.current)
113
}
114
115
func
(s *State) getLastCommitPoint() uint64 {
116
return
atomic.LoadUint64(&s.lastCommitPoint)
Callers
7
readWithContext
Method · 0.95
readTx
Method · 0.95
write
Method · 0.95
replay
Method · 0.95
ReplayBlockWithContext
Method · 0.95
commitHandler
Method · 0.95
TestState
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestState
Function · 0.64