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

Method empty

src/jsoncpp.cpp:3339–3344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

Path_IsAbsoluteFunction · 0.80
Path_IsDirectoryFunction · 0.80
Path_ExistsFunction · 0.80
Path_FilePathToUrlFunction · 0.80
save_fileFunction · 0.80
decompressFunction · 0.80
compressFunction · 0.80
decodeFunction · 0.80
encodeFunction · 0.80
parseMethod · 0.80
readValueMethod · 0.80
readObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected