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

Method has_pulled_groups

rust/src/collaboration/remote.rs:256–258  ·  view source on GitHub ↗

Checks if the project has pulled the groups yet.

(&self)

Source from the content-addressed store, hash-verified

254
255 /// Checks if the project has pulled the groups yet.
256 pub fn has_pulled_groups(&self) -> bool {
257 unsafe { BNRemoteHasPulledGroups(self.handle.as_ptr()) }
258 }
259
260 /// Checks if the project has pulled the users yet.
261 pub fn has_pulled_users(&self) -> bool {

Callers 3

groupsMethod · 0.45
get_group_by_idMethod · 0.45
get_group_by_nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected