MCPcopy Create free account
hub / github.com/cinar/indicator / CloseDatabaseRows

Function CloseDatabaseRows

helper/database.go:31–36  ·  view source on GitHub ↗

CloseDatabaseRows closes the database rows.

(rows *sql.Rows)

Source from the content-addressed store, hash-verified

29
30// CloseDatabaseRows closes the database rows.
31func CloseDatabaseRows(rows *sql.Rows) {
32 err := rows.Close()
33 if err != nil {
34 log.Println(err)
35 }
36}

Callers 2

AssetsMethod · 0.92
GetSinceMethod · 0.92

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected