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

Method pull_projects

rust/src/collaboration/remote.rs:321–323  ·  view source on GitHub ↗

Pulls the list of projects from the Remote.

(&self)

Source from the content-addressed store, hash-verified

319
320 /// Pulls the list of projects from the Remote.
321 pub fn pull_projects(&self) -> Result<(), ()> {
322 self.pull_projects_with_progress(NoProgressCallback)
323 }
324
325 /// Pulls the list of projects from the Remote.
326 ///

Callers 5

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

Calls 1

Tested by

no test coverage detected