Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ StringTrim
Function
StringTrim
base/string/algorithm.cpp:504–507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
502
}
503
504
void StringTrim(std::string* str)
505
{
506
DoStringTrim(str);
507
}
508
509
void StringTrim(StringPiece* str)
510
{
Callers
nothing calls this directly
Calls
2
DoStringTrim
Function · 0.85
as_string
Method · 0.80
Tested by
no test coverage detected