MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getHashHexString

Method getHashHexString

src/eepp/ui/doc/textdocument.cpp:1365–1367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

saveProjectMethod · 0.80
findPrevTextMethod · 0.80
findNextTextMethod · 0.80

Calls 1

toHexStringMethod · 0.45

Tested by

no test coverage detected