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

Method _get_start

python/binaryview.py:3819–3824  ·  view source on GitHub ↗
(self, ctxt)

Source from the content-addressed store, hash-verified

3817 return offset
3818
3819 def _get_start(self, ctxt):
3820 try:
3821 return self.perform_get_start()
3822 except:
3823 log_error(traceback.format_exc())
3824 return 0
3825
3826 def _get_length(self, ctxt):
3827 try:

Callers

nothing calls this directly

Calls 2

perform_get_startMethod · 0.95
log_errorFunction · 0.85

Tested by

no test coverage detected