Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cantera/cantera
/ toLowerCopy
Function
toLowerCopy
src/base/stringUtils.cpp:219–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
string toLowerCopy(const string &input) {
220
return ba::to_lower_copy(input);
221
}
222
223
bool caseInsensitiveEquals(const string &input, const string &test) {
224
return ba::iequals(input, test);
Callers
14
save
Method · 0.85
restore
Method · 0.85
save
Method · 0.85
restore
Method · 0.85
newSolution
Function · 0.85
getElementWeight
Function · 0.85
getElementSymbol
Function · 0.85
getAtomicNumber
Function · 0.85
newThermo
Function · 0.85
findSpeciesLower
Method · 0.85
addSpecies
Method · 0.85
newSpeciesThermoInterpType
Function · 0.85
Calls
no outgoing calls
Tested by
1
newSpeciesThermoInterpType
Function · 0.68