MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / trimWhitespace

Function trimWhitespace

lib/core/utils.cc:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105std::string trimWhitespace(const std::string& value)
106{
107 return leftTrimWhitespace(rightTrimWhitespace(value));
108}
109
110std::string getLeafname(const std::string& value)
111{

Callers 9

MicrodosDirentMethod · 0.85
mountMethod · 0.85
LifDirentMethod · 0.85
mountMethod · 0.85
getMetadataMethod · 0.85
mountMethod · 0.85
applyOptionsFileMethod · 0.85
PrepareConfigMethod · 0.85
testTrimFunction · 0.85

Calls 2

leftTrimWhitespaceFunction · 0.85
rightTrimWhitespaceFunction · 0.85

Tested by

no test coverage detected