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

Method frame

internal/sqlbuilder/insert.go:123–125  ·  view source on GitHub ↗
(fn func(*inserterQuery) error)

Source from the content-addressed store, hash-verified

121}
122
123func (ins *inserter) frame(fn func(*inserterQuery) error) *inserter {
124 return &inserter{prev: ins, fn: fn}
125}
126
127func (ins *inserter) Batch(n int) db.BatchInserter {
128 return newBatchInserter(ins, n)

Callers 5

AmendMethod · 0.95
ReturningMethod · 0.95
IntoMethod · 0.95
ColumnsMethod · 0.95
ValuesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected