MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / strTrimSpace

Function strTrimSpace

Source/3rdParty/bx/src/string.cpp:554–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552 }
553
554 StringView strTrimSpace(const StringView& _str)
555 {
556 return strLTrimSpace(strRTrimSpace(_str) );
557 }
558
559 // If offset in UTF-8 string doesn't land on rune, walk back until first byte of rune is reached.
560 static const char* fixPtrToRune(const char* _strBegin, const char* _curr)

Callers

nothing calls this directly

Calls 2

strLTrimSpaceFunction · 0.85
strRTrimSpaceFunction · 0.85

Tested by

no test coverage detected