MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / QueryRow

Method QueryRow

internal/oauth/storage.go:55–55  ·  view source on GitHub ↗
(ctx context.Context, sql string, args ...any)

Source from the content-addressed store, hash-verified

53 Exec(ctx context.Context, sql string, args ...any) (pgconn.CommandTag, error)
54 Query(ctx context.Context, sql string, args ...any) (pgx.Rows, error)
55 QueryRow(ctx context.Context, sql string, args ...any) pgx.Row
56}
57
58// db returns the active transaction if one is on the context (set by

Calls

no outgoing calls