Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ skip_ws
Function
skip_ws
src/SB/Core/x/xFont.cpp:3636–3639 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3634
}
3635
3636
const char* skip_ws(substr& s)
3637
{
3638
return skip_ws(s.text, s.size);
3639
}
3640
3641
const char* skip_ws(const char*& text, size_t& size)
3642
{
Callers
2
parse_split_tag
Function · 0.85
trim_ws
Function · 0.85
Calls
1
is_ws
Function · 0.85
Tested by
no test coverage detected