MCPcopy 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
735bool String::equalsIgnoreCase(String const& s) const {
736 return compare(s, CaseInsensitive) == 0;
737}
738
739String String::substr(size_t position, size_t n) const {
740 auto len = size();

Callers 15

parseWorldIdFunction · 0.45
parseWarpActionFunction · 0.45
receiveMessageMethod · 0.45
CelestialCoordinateMethod · 0.45
parseABCMethod · 0.45
CelestialParametersMethod · 0.45
mergePartParametersMethod · 0.45
createItemMethod · 0.45
createPreviewQuestFunction · 0.45
jsonToPhysicsForceRegionFunction · 0.45
runMethod · 0.45

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected