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

Method rowCount

python/examples/triage/exports.py:34–37  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

32 return self.total_cols
33
34 def rowCount(self, parent):
35 if parent.isValid():
36 return 0
37 return len(self.entries)
38
39 def data(self, index, role):
40 if role != Qt.DisplayRole:

Callers 2

setFilterRegExpMethod · 0.45
setFilterRegExpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected