MCPcopy Index your code
hub / github.com/Masterminds/structable / Scan

Method Scan

structable_test.go:328–331  ·  view source on GitHub ↗
(_ ...interface{})

Source from the content-addressed store, hash-verified

326}
327
328func (r *RowStub) Scan(_ ...interface{}) error {
329 r.Scanned = true
330 return nil
331}
332
333type ResultStub struct {
334 id, affectedRows int64

Callers 12

loadFromSqlMethod · 0.80
LoadMethod · 0.80
LoadWhereMethod · 0.80
ExistsMethod · 0.80
ExistsWhereMethod · 0.80
insertPgMethod · 0.80
loadFromSqlMethod · 0.80
TestPlainStructDeleteFunction · 0.80
publicTablesFunction · 0.80
importTableFunction · 0.80
primaryKeyFieldFunction · 0.80
sequentialKeyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected