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

Method Amend

internal/sqlbuilder/select.go:211–216  ·  view source on GitHub ↗
(fn func(string) string)

Source from the content-addressed store, hash-verified

209}
210
211func (sel *selector) Amend(fn func(string) string) db.Selector {
212 return sel.frame(func(sq *selectorQuery) error {
213 sq.amendFn = fn
214 return nil
215 })
216}
217
218func (sel *selector) Arguments() []interface{} {
219 sq, err := sel.build()

Callers

nothing calls this directly

Calls 1

frameMethod · 0.95

Tested by

no test coverage detected