MCPcopy 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
111func (s *State) getSeq() uint64 {
112 return atomic.LoadUint64(&s.current)
113}
114
115func (s *State) getLastCommitPoint() uint64 {
116 return atomic.LoadUint64(&s.lastCommitPoint)

Callers 7

readWithContextMethod · 0.95
readTxMethod · 0.95
writeMethod · 0.95
replayMethod · 0.95
commitHandlerMethod · 0.95
TestStateFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestStateFunction · 0.64