Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ equalsIgnoreCase
Method
equalsIgnoreCase
Sming/Core/Data/CString.h:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
bool equalsIgnoreCase(const CString& other) const
123
{
124
return strcasecmp(c_str(), other.c_str()) == 0;
125
}
126
127
bool equalsIgnoreCase(const String& other) const
128
{
Callers
3
onMessageComplete
Method · 0.45
headersComplete
Method · 0.45
indexOf
Method · 0.45
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected