Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ IsBool
Method
IsBool
LibLemon/include/lemon/core/json.h:120–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
inline bool IsBool(){
121
return type == TypeBoolean;
122
}
123
124
inline bool IsArray(){
125
return type == TypeArray;
Callers
3
main
Function · 0.80
PrintArray
Function · 0.80
PrintObject
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected