MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / isControlCharacter

Function isControlCharacter

src/jsoncpp.cpp:133–133  ·  view source on GitHub ↗

Returns true if ch is a control character (in range [1,31]).

Source from the content-addressed store, hash-verified

131
132/// Returns true if ch is a control character (in range [1,31]).
133static inline bool isControlCharacter(char ch) { return ch > 0 && ch <= 0x1F; }
134
135enum {
136 /// Constant that specify the size of the buffer that must be passed to

Callers 4

containsControlCharacterFunction · 0.85
valueToQuotedStringFunction · 0.85
valueToQuotedStringNFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected