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

Method reader

xenomint/state.go:95–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95func (s *State) reader() *sql.DB {
96 if s.level == sql.LevelReadUncommitted {
97 return s.strg.DirtyReader()
98 }
99 return s.strg.Reader()
100}
101
102func (s *State) incSeq() {
103 atomic.AddUint64(&s.current, 1)

Callers 2

readWithContextMethod · 0.95
readTxMethod · 0.95

Calls 2

DirtyReaderMethod · 0.65
ReaderMethod · 0.65

Tested by

no test coverage detected