MCPcopy 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

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
UpdateGUIThemeMethod · 0.80
PrintArrayFunction · 0.80
PrintObjectFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected