MCPcopy Create free account
hub / github.com/dagger/dagger / QueryContext

Method QueryContext

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

Source from the content-addressed store, hash-verified

14 ExecContext(context.Context, string, ...interface{}) (sql.Result, error)
15 PrepareContext(context.Context, string) (*sql.Stmt, error)
16 QueryContext(context.Context, string, ...interface{}) (*sql.Rows, error)
17 QueryRowContext(context.Context, string, ...interface{}) *sql.Row
18}
19

Calls

no outgoing calls

Tested by

no test coverage detected