MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / empty

Method empty

vrclient_x64/jsoncpp.cpp:3338–3343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3336}
3337
3338bool Value::empty() const {
3339 if (isNull() || isArray() || isObject())
3340 return size() == 0u;
3341 else
3342 return false;
3343}
3344
3345bool Value::operator!() const { return isNull(); }
3346

Callers 8

parseMethod · 0.80
readValueMethod · 0.80
readObjectMethod · 0.80
sizeMethod · 0.80
writeValueMethod · 0.80
writeArrayValueMethod · 0.80
writeIndentMethod · 0.80
newStreamWriterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected