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