Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/upper/db
/ template
Method
template
internal/sqlbuilder/insert.go:111–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
}
110
111
func
(ins *inserter) template() *exql.Template {
112
return
ins.SQL().t.Template
113
}
114
115
func
(ins *inserter) String() string {
116
s, err := ins.Compile()
Callers
1
Compile
Method · 0.95
Calls
1
SQL
Method · 0.95
Tested by
no test coverage detected