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

Method getSymbolAtRow

view/sharedcache/ui/symboltable.h:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 SharedCacheAPI::CacheSymbol getSymbolAtRow(int row) const
94 {
95 return m_model->symbolAt(row);
96 }
97
98 void setFilter(const std::string& filter) override;
99};

Callers 1

initSymbolTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected