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

Method Query

cmd/cql-proxy/storage/impersonate.go:250–252  ·  view source on GitHub ↗
(args []driver.Value)

Source from the content-addressed store, hash-verified

248}
249
250func (s *impersonatedStmt) Query(args []driver.Value) (driver.Rows, error) {
251 return s.db.QueryContext(context.Background(), s.query, convertOldArgs(args))
252}
253
254func (s *impersonatedStmt) ExecContext(ctx context.Context, args []driver.NamedValue) (driver.Result, error) {
255 return s.db.ExecContext(ctx, s.query, args)

Callers

nothing calls this directly

Calls 2

convertOldArgsFunction · 0.70
QueryContextMethod · 0.65

Tested by

no test coverage detected