MCPcopy 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
81func (upd *updater) template() *exql.Template {
82 return upd.SQL().t.Template
83}
84
85func (upd *updater) String() string {
86 s, err := upd.Compile()

Callers 1

CompileMethod · 0.95

Calls 1

SQLMethod · 0.95

Tested by

no test coverage detected