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

Method GetView

interaction.cpp:763–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761
762
763Ref<BinaryView> ReportCollection::GetView(size_t i) const
764{
765 BNBinaryView* view = BNGetReportView(m_object, i);
766 if (!view)
767 return nullptr;
768 return new BinaryView(view);
769}
770
771
772string ReportCollection::GetTitle(size_t i) const

Callers 1

ShowGraphReportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected