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

Method ExecContext

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

Source from the content-addressed store, hash-verified

252}
253
254func (s *impersonatedStmt) ExecContext(ctx context.Context, args []driver.NamedValue) (driver.Result, error) {
255 return s.db.ExecContext(ctx, s.query, args)
256}
257
258func (s *impersonatedStmt) QueryContext(ctx context.Context, args []driver.NamedValue) (driver.Rows, error) {
259 return s.db.QueryContext(ctx, s.query, args)

Callers

nothing calls this directly

Calls 1

ExecContextMethod · 0.65

Tested by

no test coverage detected