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

Method columnCount

view/sharedcache/ui/symboltable.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27int SymbolTableModel::columnCount(const QModelIndex& parent) const {
28 Q_UNUSED(parent);
29 // We have 3 columns: Address, Type, Name
30 return 3;
31}
32
33
34QVariant SymbolTableModel::data(const QModelIndex& index, int role) const {

Callers 3

setFilterMethod · 0.45
kctriage.hFile · 0.45
setFilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected