Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
31
func
CloseDatabaseRows(rows *sql.Rows) {
32
err := rows.Close()
33
if
err != nil {
34
log.Println(err)
35
}
36
}
Callers
2
Assets
Method · 0.92
GetSince
Method · 0.92
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected