MCPcopy
hub / github.com/Masterminds/squirrel / RowStub

Struct RowStub

row_test.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type RowStub struct {
11 Scanned bool
12}
13
14func (r *RowStub) Scan(_ ...interface{}) error {
15 r.Scanned = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected