MCPcopy 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

mainFunction · 0.80
PrintArrayFunction · 0.80
PrintObjectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected