Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ is_ws
Function
is_ws
src/SB/Core/x/xFont.cpp:3607–3610 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3605
}
3606
3607
bool is_ws(char c)
3608
{
3609
return (c ==
' '
|| c ==
'\t'
|| c ==
'\n'
);
3610
}
3611
3612
const char* find_char(const substr& s, char c)
3613
{
Callers
3
parse_next_text_jot
Function · 0.85
rskip_ws
Function · 0.85
skip_ws
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected