Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cantera/cantera
/ trimCopy
Function
trimCopy
src/base/stringUtils.cpp:215–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
string trimCopy(const string &input) {
216
return ba::trim_copy(input);
217
}
218
219
string toLowerCopy(const string &input) {
220
return ba::to_lower_copy(input);
Callers
6
Units
Method · 0.85
toYamlString
Method · 0.85
getElementWeight
Function · 0.85
getElementSymbol
Function · 0.85
getElementName
Function · 0.85
getAtomicNumber
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected