MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / Close

Method Close

internal/db/db.go:56–58  ·  view source on GitHub ↗

Close closes the database connection.

()

Source from the content-addressed store, hash-verified

54
55// Close closes the database connection.
56func (d *DB) Close() error {
57 return d.conn.Close()
58}
59
60func (d *DB) initTables() error {
61 _, err := d.conn.Exec(`

Callers 7

doRequestMethod · 0.80
LoadMetadataFromFileFunction · 0.80
NewFunction · 0.80
GetHistoryMethod · 0.80
runCacheClearFunction · 0.80
runCacheStatsFunction · 0.80
runHistoryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected