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

Function GetObj

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

Source from the content-addressed store, hash-verified

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); }
1493

Callers

nothing calls this directly

Calls 1

IsObjectFunction · 0.85

Tested by

no test coverage detected