Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ IsWhitespace
Function
IsWhitespace
IDEHelper/Compiler/BfParser.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
USING_NS_BF;
27
28
static bool IsWhitespace(char c)
29
{
30
return (c ==
' '
) || (c ==
'\t'
) || (c ==
'\n'
) || (c ==
'\r'
);
31
}
32
33
static bool IsWhitespaceOrPunctuation(char c)
34
{
Callers
3
SetCursorIdx
Method · 0.70
HandlePreprocessor
Method · 0.70
NextToken
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected