MCPcopy
hub / github.com/tinyauthapp/tinyauth / QueryRowContext

Method QueryRowContext

internal/repository/db.go:16–16  ·  view source on GitHub ↗
(context.Context, string, ...interface{})

Source from the content-addressed store, hash-verified

14 PrepareContext(context.Context, string) (*sql.Stmt, error)
15 QueryContext(context.Context, string, ...interface{}) (*sql.Rows, error)
16 QueryRowContext(context.Context, string, ...interface{}) *sql.Row
17}
18
19func New(db DBTX) *Queries {

Callers 15

CreateOidcCodeMethod · 0.80
CreateOidcTokenMethod · 0.80
CreateOidcUserInfoMethod · 0.80
GetOidcCodeMethod · 0.80
GetOidcCodeBySubMethod · 0.80
GetOidcCodeUnsafeMethod · 0.80
GetOidcTokenMethod · 0.80
GetOidcTokenBySubMethod · 0.80
GetOidcUserInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected