Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
652
func
(s *State) flushHandler() {
653
s.commitHandler()
654
s.openHandler()
655
}
656
657
func
(s *State) commitHandler() {
658
if
tx, ok := s.handler.(sqlTransaction); ok {
Callers
5
write
Method · 0.95
replay
Method · 0.95
ReplayBlockWithContext
Method · 0.95
commit
Method · 0.95
CommitExWithContext
Method · 0.95
Calls
2
commitHandler
Method · 0.95
openHandler
Method · 0.95
Tested by
no test coverage detected