Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
std::string trimWhitespace(const std::string& value)
106
{
107
return leftTrimWhitespace(rightTrimWhitespace(value));
108
}
109
110
std::string getLeafname(const std::string& value)
111
{
Callers
9
MicrodosDirent
Method · 0.85
mount
Method · 0.85
LifDirent
Method · 0.85
mount
Method · 0.85
getMetadata
Method · 0.85
mount
Method · 0.85
applyOptionsFile
Method · 0.85
PrepareConfig
Method · 0.85
testTrim
Function · 0.85
Calls
2
leftTrimWhitespace
Function · 0.85
rightTrimWhitespace
Function · 0.85
Tested by
no test coverage detected