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

Method pull_groups

rust/src/collaboration/remote.rs:530–532  ·  view source on GitHub ↗

Pulls the list of groups from the Remote. This function is only available to accounts with admin status on the Remote.

(&self)

Source from the content-addressed store, hash-verified

528 /// Pulls the list of groups from the Remote.
529 /// This function is only available to accounts with admin status on the Remote.
530 pub fn pull_groups(&self) -> Result<(), ()> {
531 self.pull_groups_with_progress(NoProgressCallback)
532 }
533
534 /// Pulls the list of groups from the Remote.
535 /// This function is only available to accounts with admin status on the Remote.

Callers 3

groupsMethod · 0.45
get_group_by_idMethod · 0.45
get_group_by_nameMethod · 0.45

Calls 1

Tested by

no test coverage detected