MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / trim_ws

Function trim_ws

src/SB/Core/x/xFont.cpp:3666–3669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3664}
3665
3666size_t trim_ws(substr& s)
3667{
3668 return trim_ws(s.text, s.size);
3669}
3670
3671size_t trim_ws(const char*& text, size_t& size)
3672{

Callers 1

read_tagMethod · 0.85

Calls 2

skip_wsFunction · 0.85
rskip_wsFunction · 0.85

Tested by

no test coverage detected