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

Method isNull

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

Source from the content-addressed store, hash-verified

3792}
3793
3794bool Value::isNull() const { return type_ == nullValue; }
3795
3796bool Value::isBool() const { return type_ == booleanValue; }
3797

Callers 4

paintMethod · 0.80
paintMethod · 0.80
runThreadFunction · 0.80
startFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected