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

Method Iterator

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

Source from the content-addressed store, hash-verified

467}
468
469func (sel *selector) Iterator() db.Iterator {
470 return sel.IteratorContext(sel.SQL().sess.Context())
471}
472
473func (sel *selector) IteratorContext(ctx context.Context) db.Iterator {
474 sess := sel.SQL().sess

Callers 2

AllMethod · 0.95
OneMethod · 0.95

Calls 3

IteratorContextMethod · 0.95
SQLMethod · 0.95
ContextMethod · 0.65

Tested by

no test coverage detected