Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ IsSpace
Function
IsSpace
src/tw/dbexplore.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
//
54
55
static inline bool IsSpace(TCHAR c)
56
{
57
return ((c == _T(
' '
)) || (c == _T(
'\t'
)) || (c == _T(
'\r'
)) || (c == _T(
'\n'
)) || (c == _T(
'\0'
)));
58
}
59
60
static inline bool IsEnd(TCHAR c)
61
{
Callers
1
GetNoun
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected