Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gotify/server
/ AfterTest
Method
AfterTest
test/testdb/database_test.go:35–37 ·
view source on GitHub ↗
(suiteName, testName string)
Source
from the content-addressed store, hash-verified
33
}
34
35
func
(s *DatabaseSuite) AfterTest(suiteName, testName string) {
36
s.db.Close()
37
}
38
39
func
(s *DatabaseSuite) Test_Users() {
40
s.db.User(1)
Callers
nothing calls this directly
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected