MCPcopy
hub / github.com/dnote/dnote / Close

Method Close

pkg/cli/database/sql.go:106–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104
105type closer interface {
106 Close() error
107}
108
109// Close closes a db connection

Callers 15

TestDBPathFlagFunction · 0.65
mainFunction · 0.65
TestSignInFunction · 0.65
TestSignOutFunction · 0.65
TestRateLimitedTransportFunction · 0.65
TestInit_APIEndpointFunction · 0.65
CopyFileFunction · 0.65
TestLocalMigration14Function · 0.65
TestRemoteMigration1Function · 0.65
migrations.goFile · 0.65
CloseMethod · 0.65
InitTestFileDBRawFunction · 0.65

Implementers 1

DBpkg/cli/database/sql.go

Calls

no outgoing calls

Tested by 15

TestDBPathFlagFunction · 0.52
TestSignInFunction · 0.52
TestSignOutFunction · 0.52
TestRateLimitedTransportFunction · 0.52
TestInit_APIEndpointFunction · 0.52
TestLocalMigration14Function · 0.52
TestRemoteMigration1Function · 0.52
TestViewNoteFunction · 0.52
TestViewNoteContentOnlyFunction · 0.52
TestViewNoteInvalidRowIDFunction · 0.52
TestViewNoteNotFoundFunction · 0.52
TestListNotesFunction · 0.52