MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / empty

Method empty

json/jsoncpp.cpp:3384–3389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3382}
3383
3384bool Value::empty() const {
3385 if (isNull() || isArray() || isObject())
3386 return size() == 0u;
3387 else
3388 return false;
3389}
3390
3391Value::operator bool() const { return !isNull(); }
3392

Callers 15

DumpMethod · 0.45
VisitExprsMethod · 0.45
formatMethod · 0.45
NameListMethod · 0.45
GetTypeByIdMethod · 0.45
GetTypeByNameMethod · 0.45
GetTypeIdMethod · 0.45
GetTypeNameMethod · 0.45
GetTypesMethod · 0.45
GetTypeIdsMethod · 0.45
GetTypeNamesMethod · 0.45

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected