MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / icompare

Method icompare

common/SmallString.cpp:548–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548int SmallStringBase::icompare(const char* otherText) const
549{
550 return icompare(std::string_view(otherText));
551}
552
553int SmallStringBase::icompare(const SmallStringBase& str) const
554{

Callers

nothing calls this directly

Calls 3

minFunction · 0.50
lengthMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected