MCPcopy 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

14namespace Json {
15
16static bool isControlCharacter(char ch)
17{
18 return ch > 0 && ch <= 0x1F;
19}
20
21static bool containsControlCharacter( const char* str )
22{

Callers 2

containsControlCharacterFunction · 0.85
valueToQuotedStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected