MCPcopy Create free account
hub / github.com/efectn/go-orm-benchmarks / Query

Method Query

bench/ent/tx.go:206–208  ·  view source on GitHub ↗

Query calls tx.Query.

(ctx context.Context, query string, args, v any)

Source from the content-addressed store, hash-verified

204
205// Query calls tx.Query.
206func (tx *txDriver) Query(ctx context.Context, query string, args, v any) error {
207 return tx.tx.Query(ctx, query, args, v)
208}
209
210var _ dialect.Driver = (*txDriver)(nil)

Callers 11

ReadMethod · 0.45
ReadSliceMethod · 0.45
ReadSliceMethod · 0.45
ReadSliceMethod · 0.45
ReadSliceMethod · 0.45
ReadSliceMethod · 0.45
withInterceptorsFunction · 0.45
scanWithInterceptorsFunction · 0.45
sqlScanMethod · 0.45
sqlScanMethod · 0.45
IDsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected