MCPcopy Create free account
hub / github.com/upper/db / IteratorContext

Method IteratorContext

internal/sqlbuilder/insert.go:205–208  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

203}
204
205func (ins *inserter) IteratorContext(ctx context.Context) db.Iterator {
206 rows, err := ins.QueryContext(ctx)
207 return &iterator{ins.SQL().sess, rows, err}
208}
209
210func (ins *inserter) Into(table string) db.Inserter {
211 return ins.frame(func(iq *inserterQuery) error {

Callers 1

IteratorMethod · 0.95

Calls 2

QueryContextMethod · 0.95
SQLMethod · 0.95

Tested by

no test coverage detected