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

Method Query

xenomint/state.go:684–686  ·  view source on GitHub ↗

Query does the query(ies) in req, pools the request and persists any change to the underlying storage.

(req *types.Request, isLeader bool)

Source from the content-addressed store, hash-verified

682// Query does the query(ies) in req, pools the request and persists any change to
683// the underlying storage.
684func (s *State) Query(req *types.Request, isLeader bool) (ref *QueryTracker, resp *types.Response, err error) {
685 return s.QueryWithContext(context.Background(), req, isLeader)
686}
687
688// QueryWithContext does the query(ies) in req, pools the request and persists any change to
689// the underlying storage.

Callers

nothing calls this directly

Calls 1

QueryWithContextMethod · 0.95

Tested by

no test coverage detected