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

Method Compile

internal/sqlbuilder/select.go:504–506  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

502}
503
504func (sel *selector) Compile() (string, error) {
505 return sel.statement().Compile(sel.template())
506}
507
508func (sel *selector) Prev() immutable.Immutable {
509 if sel == nil {

Callers 1

StringMethod · 0.95

Calls 3

statementMethod · 0.95
templateMethod · 0.95
CompileMethod · 0.65

Tested by

no test coverage detected