MCPcopy Index your code
hub / github.com/coder/coder / mockTB

Struct mockTB

coderd/database/gen/dump/main.go:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25var preamble = []byte("-- Code generated by 'make coderd/database/generate'. DO NOT EDIT.")
26
27type mockTB struct {
28 cleanup []func()
29}
30
31func (*mockTB) Name() string {
32 return "mockTB"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected