Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ trim
Function
trim
include/ftg/utils/StringUtil.h:51–55 ·
view source on GitHub ↗
trim from both ends
Source
from the content-addressed store, hash-verified
49
50
// trim from both ends
51
static inline std::string trim(std::string s) {
52
s = ltrim(s);
53
s = rtrim(s);
54
return s;
55
}
56
57
std::string demangle(const char *name);
58
Callers
5
generateFuzzVarReplacements
Method · 0.85
TEST
Function · 0.85
stripPtrExpr
Function · 0.85
stripConstExpr
Function · 0.85
findReporterName
Method · 0.85
Calls
2
ltrim
Function · 0.85
rtrim
Function · 0.85
Tested by
2
TEST
Function · 0.68
findReporterName
Method · 0.68