Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/upper/db
/ template
Method
template
internal/sqlbuilder/update.go:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
func
(upd *updater) template() *exql.Template {
82
return
upd.SQL().t.Template
83
}
84
85
func
(upd *updater) String() string {
86
s, err := upd.Compile()
Callers
1
Compile
Method · 0.95
Calls
1
SQL
Method · 0.95
Tested by
no test coverage detected