Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ equalsIgnoreCase
Method
equalsIgnoreCase
source/core/StarString.cpp:735–737 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
733
}
734
735
bool String::equalsIgnoreCase(String const& s) const {
736
return compare(s, CaseInsensitive) == 0;
737
}
738
739
String String::substr(size_t position, size_t n) const {
740
auto len = size();
Callers
15
parseWorldId
Function · 0.45
parseWarpAction
Function · 0.45
receiveMessage
Method · 0.45
CelestialCoordinate
Method · 0.45
parseABC
Method · 0.45
CelestialParameters
Method · 0.45
mergePartParameters
Method · 0.45
createItem
Method · 0.45
createPreviewQuest
Function · 0.45
jsonToPhysicsForceRegion
Function · 0.45
parseMaterialRenderProfile
Function · 0.45
run
Method · 0.45
Calls
1
compare
Function · 0.85
Tested by
no test coverage detected