MCPcopy Index your code
hub / github.com/upper/db / exprProxy

Struct exprProxy

internal/sqlbuilder/builder.go:572–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572type exprProxy struct {
573 db *sql.DB
574 t *exql.Template
575}
576
577func (p *exprProxy) Context() context.Context {
578 return context.Background()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected