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

Function GetArray

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

Source from the content-addressed store, hash-verified

1677 }
1678
1679 Array GetArray() { RAPIDJSON_ASSERT(IsArray()); return Array(*this); }
1680 ConstArray GetArray() const { RAPIDJSON_ASSERT(IsArray()); return ConstArray(*this); }
1681
1682 //@}

Callers

nothing calls this directly

Calls 2

IsArrayFunction · 0.85
ArrayClass · 0.85

Tested by

no test coverage detected