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

Method String

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

Source from the content-addressed store, hash-verified

113}
114
115func (ins *inserter) String() string {
116 s, err := ins.Compile()
117 if err != nil {
118 panic(err.Error())
119 }
120 return prepareQueryForDisplay(s)
121}
122
123func (ins *inserter) frame(fn func(*inserterQuery) error) *inserter {
124 return &inserter{prev: ins, fn: fn}

Callers

nothing calls this directly

Calls 3

CompileMethod · 0.95
prepareQueryForDisplayFunction · 0.85
ErrorMethod · 0.65

Tested by

no test coverage detected