MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / Query

Method Query

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

Source from the content-addressed store, hash-verified

14type DBTX interface {
15 Exec(context.Context, string, ...interface{}) (pgconn.CommandTag, error)
16 Query(context.Context, string, ...interface{}) (pgx.Rows, error)
17 QueryRow(context.Context, string, ...interface{}) pgx.Row
18}
19

Callers 15

discourseRedirectMethod · 0.65
discourseCallbackMethod · 0.65
apiResetTokenMethod · 0.65
ListMethod · 0.65
initMethod · 0.65
QueryMethod · 0.65
StatsMethod · 0.65
ListMethod · 0.65
ListDistinctUsersMethod · 0.65
ListUserAnalysisMethod · 0.65
QueryLatencySamplesMethod · 0.65
ListCFDomainsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected