| 1363 | } |
| 1364 | |
| 1365 | std::string TextDocument::getHashHexString() const { |
| 1366 | return MD5::Result{ mHash }.toHexString(); |
| 1367 | } |
| 1368 | |
| 1369 | String TextDocument::getText( const TextRange& range ) const { |
| 1370 | Lock l( mLinesMutex ); |
no test coverage detected