Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
548
int SmallStringBase::icompare(const char* otherText) const
549
{
550
return icompare(std::string_view(otherText));
551
}
552
553
int SmallStringBase::icompare(const SmallStringBase& str) const
554
{
Callers
nothing calls this directly
Calls
3
min
Function · 0.50
length
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected