MCPcopy 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
504void StringTrim(std::string* str)
505{
506 DoStringTrim(str);
507}
508
509void StringTrim(StringPiece* str)
510{

Callers

nothing calls this directly

Calls 2

DoStringTrimFunction · 0.85
as_stringMethod · 0.80

Tested by

no test coverage detected