Returns the underlying string.
(self)
| 103 | |
| 104 | /// Returns the underlying string. |
| 105 | pub fn into_inner(self) -> String { |
| 106 | self.line |
| 107 | } |
| 108 | |
| 109 | /// Inserts the given string `s` into the buffer at `pos`. |
| 110 | /// |
no outgoing calls
no test coverage detected