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

Method QueryContext

cmd/cql-proxy/storage/impersonate.go:258–260  ·  view source on GitHub ↗
(ctx context.Context, args []driver.NamedValue)

Source from the content-addressed store, hash-verified

256}
257
258func (s *impersonatedStmt) QueryContext(ctx context.Context, args []driver.NamedValue) (driver.Rows, error) {
259 return s.db.QueryContext(ctx, s.query, args)
260}
261
262func allocateConnAndSeq() (connID uint64, seqNo uint64) {
263 connIDLock.Lock()

Callers

nothing calls this directly

Calls 1

QueryContextMethod · 0.65

Tested by

no test coverage detected