MCPcopy Create free account
hub / github.com/chain/Core / Err

Method Err

database/sql/sql.go:286–288  ·  view source on GitHub ↗

Err returns the error, if any, that was encountered during iteration. Err may be called after an explicit or implicit Close.

()

Source from the content-addressed store, hash-verified

284// Err returns the error, if any, that was encountered during iteration.
285// Err may be called after an explicit or implicit Close.
286func (rs *Rows) Err() error {
287 return rs.rows.Err()
288}
289
290// Scan copies the columns in the current row into the values pointed
291// at by dest.

Callers 2

ForQueryRowsFunction · 0.45
gcdbsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected