MCPcopy 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
215string trimCopy(const string &input) {
216 return ba::trim_copy(input);
217}
218
219string toLowerCopy(const string &input) {
220 return ba::to_lower_copy(input);

Callers 6

UnitsMethod · 0.85
toYamlStringMethod · 0.85
getElementWeightFunction · 0.85
getElementSymbolFunction · 0.85
getElementNameFunction · 0.85
getAtomicNumberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected