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

Method CommitEx

xenomint/state.go:602–604  ·  view source on GitHub ↗

CommitEx commits the current transaction and returns all the pooled queries.

()

Source from the content-addressed store, hash-verified

600
601// CommitEx commits the current transaction and returns all the pooled queries.
602func (s *State) CommitEx() (failed []*types.Request, queries []*QueryTracker, err error) {
603 return s.CommitExWithContext(context.Background())
604}
605
606// CommitExWithContext commits the current transaction and returns all the pooled queries
607// with context.

Callers 2

produceBlockMethod · 0.80
TestStateFunction · 0.80

Calls 1

CommitExWithContextMethod · 0.95

Tested by 1

TestStateFunction · 0.64