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

Method Query

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

Source from the content-addressed store, hash-verified

44type dbProxy interface {
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}

Callers 3

findConfigsMethod · 0.65
findRulesConfigsMethod · 0.65
runtimeConfigHandlerFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected