* Get the current text. * @return Current text. */
| 282 | * @return Current text. |
| 283 | */ |
| 284 | std::string_view Textbuf::GetText() const |
| 285 | { |
| 286 | return this->buf; |
| 287 | } |
| 288 | |
| 289 | /** Update the character iter after the text has changed. */ |
| 290 | void Textbuf::UpdateStringIter() |
no outgoing calls
no test coverage detected