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

Method _save

python/binaryview.py:3868–3873  ·  view source on GitHub ↗
(self, ctxt, file_accessor)

Source from the content-addressed store, hash-verified

3866 return 8
3867
3868 def _save(self, ctxt, file_accessor):
3869 try:
3870 return self.perform_save(fileaccessor.CoreFileAccessor(file_accessor))
3871 except:
3872 log_error(traceback.format_exc())
3873 return False
3874
3875 def init(self) -> bool:
3876 return True

Callers

nothing calls this directly

Calls 3

perform_saveMethod · 0.95
log_errorFunction · 0.85
CoreFileAccessorMethod · 0.80

Tested by

no test coverage detected