Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ FuzzyStrCaseCmp
Function
FuzzyStrCaseCmp
src/libs/common/StringFunctions.cpp:231–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
230
231
int FuzzyStrCaseCmp(const wxString& a, const wxString& b)
232
{
233
return FuzzyStrCmp(a.Lower(), b.Lower());
234
}
235
236
237
Callers
nothing calls this directly
Calls
1
FuzzyStrCmp
Function · 0.85
Tested by
no test coverage detected