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

Method String

internal/sqlbuilder/update.go:85–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85func (upd *updater) String() string {
86 s, err := upd.Compile()
87 if err != nil {
88 panic(err.Error())
89 }
90 return prepareQueryForDisplay(s)
91}
92
93func (upd *updater) setTable(table string) *updater {
94 return upd.frame(func(uq *updaterQuery) error {

Callers

nothing calls this directly

Calls 3

CompileMethod · 0.95
prepareQueryForDisplayFunction · 0.85
ErrorMethod · 0.65

Tested by

no test coverage detected