MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / isspace

Function isspace

eval/CIPO_evaluation/common/gason.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73static inline bool isspace(char c) {
74 return c == ' ' || (c >= '\t' && c <= '\r');
75}
76
77static inline bool isdelim(char c) {
78 return c == ',' || c == ':' || c == ']' || c == '}' || isspace(c) || !c;

Callers 2

isdelimFunction · 0.85
jsonParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected