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

Method IsNull

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

Source from the content-addressed store, hash-verified

130 }
131
132 inline bool IsNull(){
133 return type == TypeNull;
134 }
135
136 std::string AsString(){
137 return *str;

Callers 1

ParseValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected