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

Method has_pulled_projects

rust/src/collaboration/remote.rs:251–253  ·  view source on GitHub ↗

Checks if the project has pulled the projects yet.

(&self)

Source from the content-addressed store, hash-verified

249
250 /// Checks if the project has pulled the projects yet.
251 pub fn has_pulled_projects(&self) -> bool {
252 unsafe { BNRemoteHasPulledProjects(self.handle.as_ptr()) }
253 }
254
255 /// Checks if the project has pulled the groups yet.
256 pub fn has_pulled_groups(&self) -> bool {

Callers 4

projectsMethod · 0.45
get_project_by_idMethod · 0.45
get_project_by_nameMethod · 0.45
create_projectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected