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

Method getLastCommitPoint

xenomint/state.go:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113}
114
115func (s *State) getLastCommitPoint() uint64 {
116 return atomic.LoadUint64(&s.lastCommitPoint)
117}
118
119// Close commits any ongoing transaction if needed and closes the underlying storage.
120func (s *State) Close(commit bool) (err error) {

Callers 2

writeMethod · 0.95
replayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected