MCPcopy Index your code
hub / github.com/mathaou/termdbms / CloseDatabaseReference

Method CloseDatabaseReference

database/sqlite.go:57–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (db *SQLite) CloseDatabaseReference() {
58 db.GetDatabaseReference().Close()
59 db.Database = nil
60}
61
62func (db *SQLite) SetDatabaseReference(dbPath string) {
63 database := GetDatabaseForFile(dbPath)

Callers

nothing calls this directly

Calls 1

GetDatabaseReferenceMethod · 0.95

Tested by

no test coverage detected