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

Function GetObject

rapidjson/document.h:1489–1489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1487 }
1488
1489 Object GetObject() { RAPIDJSON_ASSERT(IsObject()); return Object(*this); }
1490 Object GetObj() { RAPIDJSON_ASSERT(IsObject()); return Object(*this); }
1491 ConstObject GetObject() const { RAPIDJSON_ASSERT(IsObject()); return ConstObject(*this); }
1492 ConstObject GetObj() const { RAPIDJSON_ASSERT(IsObject()); return ConstObject(*this); }

Callers 15

operator==Method · 0.85
operator!=Method · 0.85
operator<Method · 0.85
operator==Method · 0.85
operator!=Method · 0.85
operator<Method · 0.85
operator()Method · 0.85
GetTypeTokensMethod · 0.85
GetTypeStringMethod · 0.85

Calls 1

IsObjectFunction · 0.85

Tested by

no test coverage detected