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

Method has_pulled_users

rust/src/collaboration/remote.rs:261–263  ·  view source on GitHub ↗

Checks if the project has pulled the users yet.

(&self)

Source from the content-addressed store, hash-verified

259
260 /// Checks if the project has pulled the users yet.
261 pub fn has_pulled_users(&self) -> bool {
262 unsafe { BNRemoteHasPulledUsers(self.handle.as_ptr()) }
263 }
264
265 /// Gets the list of projects in this project.
266 ///

Callers 5

is_adminMethod · 0.45
usersMethod · 0.45
get_user_by_idMethod · 0.45
get_user_by_usernameMethod · 0.45
current_userMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected