MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / Exec

Method Exec

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

Source from the content-addressed store, hash-verified

244}
245
246func (s *impersonatedStmt) Exec(args []driver.Value) (driver.Result, error) {
247 return s.db.ExecContext(context.Background(), s.query, convertOldArgs(args))
248}
249
250func (s *impersonatedStmt) Query(args []driver.Value) (driver.Rows, error) {
251 return s.db.QueryContext(context.Background(), s.query, convertOldArgs(args))

Callers

nothing calls this directly

Calls 2

convertOldArgsFunction · 0.70
ExecContextMethod · 0.65

Tested by

no test coverage detected