Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ isControlCharacter
Function
isControlCharacter
lib/jsoncpp/src/lib_json/json_writer.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
namespace Json {
15
16
static bool isControlCharacter(char ch)
17
{
18
return ch > 0 && ch <= 0x1F;
19
}
20
21
static bool containsControlCharacter( const char* str )
22
{
Callers
2
containsControlCharacter
Function · 0.85
valueToQuotedString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected