MCPcopy Create free account
hub / github.com/Cantera/cantera / caseInsensitiveEquals

Function caseInsensitiveEquals

src/base/stringUtils.cpp:223–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223bool caseInsensitiveEquals(const string &input, const string &test) {
224 return ba::iequals(input, test);
225}
226
227}

Callers 8

validateMethod · 0.85
setCutoffModelMethod · 0.85
interp_estFunction · 0.85
setDebyeHuckelModelMethod · 0.85
setPitzerTempModelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected