MCPcopy 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

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

Calls

no outgoing calls

Tested by

no test coverage detected