Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Cleanup
Method
Cleanup
coderd/database/gen/dump/main.go:35–37 ·
view source on GitHub ↗
(f func())
Source
from the content-addressed store, hash-verified
33
}
34
35
func
(t *mockTB) Cleanup(f
func
()) {
36
t.cleanup = append(t.cleanup, f)
37
}
38
39
func
(*mockTB) Helper() {
40
// noop
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected