MCPcopy 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
35func (t *mockTB) Cleanup(f func()) {
36 t.cleanup = append(t.cleanup, f)
37}
38
39func (*mockTB) Helper() {
40 // noop

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected