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

Method IsString

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

Source from the content-addressed store, hash-verified

110 }
111
112 inline bool IsString(){
113 return type == TypeString;
114 }
115
116 inline bool IsNumber(){
117 return type == TypeNumber;

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected