MCPcopy Create free account
hub / github.com/cortexproject/cortex / QueryRow

Method QueryRow

pkg/configs/db/postgres/postgres.go:47–47  ·  view source on GitHub ↗
(query string, args ...any)

Source from the content-addressed store, hash-verified

45 Exec(query string, args ...any) (sql.Result, error)
46 Query(query string, args ...any) (*sql.Rows, error)
47 QueryRow(query string, args ...any) *sql.Row
48 Prepare(query string) (*sql.Stmt, error)
49}
50

Callers 1

GetConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected