MCPcopy Index your code
hub / github.com/upper/db / Compile

Method Compile

internal/sqlbuilder/insert.go:252–258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250}
251
252func (ins *inserter) Compile() (string, error) {
253 s, err := ins.statement()
254 if err != nil {
255 return "", err
256 }
257 return s.Compile(ins.template())
258}
259
260func (ins *inserter) Prev() immutable.Immutable {
261 if ins == nil {

Callers 1

StringMethod · 0.95

Calls 2

statementMethod · 0.95
templateMethod · 0.95

Tested by

no test coverage detected