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

Method NewIterator

internal/sqlbuilder/builder.go:121–123  ·  view source on GitHub ↗
(rows *sql.Rows)

Source from the content-addressed store, hash-verified

119}
120
121func (b *sqlBuilder) NewIterator(rows *sql.Rows) db.Iterator {
122 return b.NewIteratorContext(b.sess.Context(), rows)
123}
124
125func (b *sqlBuilder) Iterator(query interface{}, args ...interface{}) db.Iterator {
126 return b.IteratorContext(b.sess.Context(), query, args...)

Callers

nothing calls this directly

Calls 2

NewIteratorContextMethod · 0.95
ContextMethod · 0.65

Tested by

no test coverage detected