(p []byte)
| 10 | |
| 11 | func (devNull) Read(p []byte) (int, error) { return 0, io.EOF } |
| 12 | func (devNull) Write(p []byte) (int, error) { return len(p), nil } |
| 13 | func (devNull) Close() error { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected