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

Function strWord

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

Source from the content-addressed store, hash-verified

619 }
620
621 StringView strWord(const StringView& _str)
622 {
623 const char* ptr = _str.getPtr();
624 const char* term = strSkipWord(ptr, _str.getLength() );
625 return StringView(ptr, term);
626 }
627
628 StringView strFindBlock(const StringView& _str, char _open, char _close)
629 {

Callers 2

nextWordFunction · 0.85
compileFunction · 0.85

Calls 3

strSkipWordFunction · 0.85
StringViewClass · 0.50
getLengthMethod · 0.45

Tested by

no test coverage detected