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

Method getHash

src/eepp/core/string.cpp:2006–2008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2004}
2005
2006String::HashType String::getHash() const {
2007 return String::hash( *this );
2008}
2009
2010String& String::operator=( const String& right ) {
2011 mString = right.mString;

Callers 3

getLineWidthMethod · 0.45
getLineHashMethod · 0.45
updateStateFunction · 0.45

Calls 1

hashFunction · 0.85

Tested by

no test coverage detected