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

Method close

python/collaboration/project.py:69–73  ·  view source on GitHub ↗

Close the project and stop all background operations (e.g. file uploads)

(self)

Source from the content-addressed store, hash-verified

67 return core.BNRemoteProjectOpen(self._handle, util.wrap_progress(progress), None)
68
69 def close(self):
70 """
71 Close the project and stop all background operations (e.g. file uploads)
72 """
73 core.BNRemoteProjectClose(self._handle)
74
75 @staticmethod
76 def get_for_local_database(database: 'Database') -> Optional['RemoteProject']:

Callers 5

mainFunction · 0.45
get_bininfoFunction · 0.45
save_svgFunction · 0.45
keyPressEventMethod · 0.45
focusOutEventMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36