MCPcopy 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
231int 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

FuzzyStrCmpFunction · 0.85

Tested by

no test coverage detected