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