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

Method Scan

update.go:187–189  ·  view source on GitHub ↗
(dest ...interface{})

Source from the content-addressed store, hash-verified

185}
186
187func (b UpdateBuilder) Scan(dest ...interface{}) error {
188 return b.QueryRow().Scan(dest...)
189}
190
191// SQL methods
192

Callers

nothing calls this directly

Calls 2

QueryRowMethod · 0.95
ScanMethod · 0.65

Tested by

no test coverage detected