MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / IsNumber

Method IsNumber

LibLemon/include/lemon/core/json.h:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 inline bool IsNumber(){
117 return type == TypeNumber;
118 }
119
120 inline bool IsBool(){
121 return type == TypeBoolean;

Callers 3

mainFunction · 0.80
PrintArrayFunction · 0.80
PrintObjectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected