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

Method get

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

Source from the content-addressed store, hash-verified

3584}
3585
3586Value Value::get(ArrayIndex index, const Value& defaultValue) const {
3587 const Value* value = &((*this)[index]);
3588 return value == &nullSingleton() ? defaultValue : *value;
3589}
3590
3591bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
3592

Callers

nothing calls this directly

Calls 3

c_strMethod · 0.80
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected