Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/upper/db
/ template
Method
template
internal/sqlbuilder/delete.go:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
func
(del *deleter) template() *exql.Template {
70
return
del.SQL().t.Template
71
}
72
73
func
(del *deleter) String() string {
74
s, err := del.Compile()
Callers
1
Compile
Method · 0.95
Calls
1
SQL
Method · 0.95
Tested by
no test coverage detected