Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ Trim
Function
Trim
STL/string.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
string Trim(const string& str)
42
{
43
return LTrim(RTrim(str));
44
}
45
46
47
int main()
Callers
1
main
Function · 0.85
Calls
2
LTrim
Function · 0.85
RTrim
Function · 0.85
Tested by
no test coverage detected