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

Method flushHandler

xenomint/state.go:652–655  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

650}
651
652func (s *State) flushHandler() {
653 s.commitHandler()
654 s.openHandler()
655}
656
657func (s *State) commitHandler() {
658 if tx, ok := s.handler.(sqlTransaction); ok {

Callers 5

writeMethod · 0.95
replayMethod · 0.95
commitMethod · 0.95
CommitExWithContextMethod · 0.95

Calls 2

commitHandlerMethod · 0.95
openHandlerMethod · 0.95

Tested by

no test coverage detected