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