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

Method hashToLower

src/eepp/core/string.cpp:661–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659}
660
661String::HashType String::hashToLower( const std::string& str ) {
662 return String::hashToLower( str.c_str(), str.length() );
663}
664
665String::HashType String::hashToLower( const std::string_view& str ) {
666 return String::hashToLower( str.data(), str.length() );

Callers

nothing calls this directly

Calls 6

hashToLowerFunction · 0.85
c_strMethod · 0.80
viewMethod · 0.80
lengthMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected