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

Method Iterator

internal/sqlbuilder/insert.go:201–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199}
200
201func (ins *inserter) Iterator() db.Iterator {
202 return ins.IteratorContext(ins.SQL().sess.Context())
203}
204
205func (ins *inserter) IteratorContext(ctx context.Context) db.Iterator {
206 rows, err := ins.QueryContext(ctx)

Callers

nothing calls this directly

Calls 3

IteratorContextMethod · 0.95
SQLMethod · 0.95
ContextMethod · 0.65

Tested by

no test coverage detected