Raw return the underlying io.Writer, or itself if not. This is useful if something need to access the raw file descriptor.
()
| 64 | // Raw return the underlying io.Writer, or itself if not. |
| 65 | // This is useful if something need to access the raw file descriptor. |
| 66 | Raw() io.Writer |
| 67 | |
| 68 | // String returns what have been written in the output before, as a string. |
| 69 | // This only works in test scenario. |
no outgoing calls
no test coverage detected