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

Method String

internal/sqlbuilder/paginate.go:188–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186}
187
188func (pag *paginator) String() string {
189 pq, err := pag.buildWithCursor()
190 if err != nil {
191 panic(err.Error())
192 }
193 return pq.sel.String()
194}
195
196func (pag *paginator) Arguments() []interface{} {
197 pq, err := pag.buildWithCursor()

Callers

nothing calls this directly

Calls 3

buildWithCursorMethod · 0.95
ErrorMethod · 0.65
StringMethod · 0.65

Tested by

no test coverage detected