Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
static inline bool isspace(char c) {
74
return c ==
' '
|| (c >=
'\t'
&& c <=
'\r'
);
75
}
76
77
static inline bool isdelim(char c) {
78
return c ==
','
|| c ==
':'
|| c ==
']'
|| c ==
'}'
|| isspace(c) || !c;
Callers
2
isdelim
Function · 0.85
jsonParse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected