Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ str_isspace
Function
str_isspace
src/base/str.cpp:126–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
int str_isspace(char c)
127
{
128
return c ==
' '
|| c ==
'\n'
|| c ==
'\r'
|| c ==
'\t'
;
129
}
130
131
const char *str_trim_words(const char *str, int words)
132
{
Callers
7
OnInput
Method · 0.85
ParseLine
Method · 0.85
str_trim_words
Function · 0.85
str_skip_to_whitespace
Function · 0.85
str_skip_to_whitespace_const
Function · 0.85
str_skip_whitespaces
Function · 0.85
str_skip_whitespaces_const
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected