Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
572
type
exprProxy
struct
{
573
db *sql.DB
574
t *exql.Template
575
}
576
577
func
(p *exprProxy) Context() context.Context {
578
return
context.Background()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected