| 73 | } |
| 74 | |
| 75 | type testCEEwriter struct { |
| 76 | buf *bytes.Buffer |
| 77 | } |
| 78 | |
| 79 | // Only implement one method as we're just testing the prefixing |
| 80 | func (c testCEEwriter) Debug(m string) error { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected