Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ isPrint
Function
isPrint
Source/3rdParty/bx/src/string.cpp:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
bool isPrint(char _ch)
66
{
67
return isInRange(_ch,
' '
,
'~'
);
68
}
69
70
typedef bool (*CharTestFn)(char _ch);
71
Callers
2
isprint
Function · 0.85
debugPrintfData
Function · 0.85
Calls
1
isInRange
Function · 0.85
Tested by
no test coverage detected