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

Method _can_split

python/collaboration/merge.py:290–296  ·  view source on GitHub ↗
(self, ctxt: ctypes.c_void_p, key: ctypes.c_char_p, conflict: core.BNAnalysisMergeConflictHandle)

Source from the content-addressed store, hash-verified

288 traceback.print_exc(file=sys.stderr)
289
290 def _can_split(self, ctxt: ctypes.c_void_p, key: ctypes.c_char_p, conflict: core.BNAnalysisMergeConflictHandle) -> bool:
291 try:
292 py_conflict = MergeConflict(handle=conflict)
293 return self.can_split(core.pyNativeStr(key), py_conflict)
294 except:
295 traceback.print_exc(file=sys.stderr)
296 return False
297
298 def _split(
299 self,

Callers

nothing calls this directly

Calls 2

can_splitMethod · 0.95
MergeConflictClass · 0.70

Tested by

no test coverage detected