Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3384
bool Value::empty() const {
3385
if (isNull() || isArray() || isObject())
3386
return size() == 0u;
3387
else
3388
return false;
3389
}
3390
3391
Value::operator bool() const { return !isNull(); }
3392
Callers
15
Dump
Method · 0.45
VisitExprs
Method · 0.45
format
Method · 0.45
ApplyToLinearViewObject
Method · 0.45
NameList
Method · 0.45
GetTypeById
Method · 0.45
GetTypeByName
Method · 0.45
GetTypeId
Method · 0.45
GetTypeName
Method · 0.45
GetTypes
Method · 0.45
GetTypeIds
Method · 0.45
GetTypeNames
Method · 0.45
Calls
1
size
Function · 0.50
Tested by
no test coverage detected