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

Method pull_users

rust/src/collaboration/remote.rs:756–758  ·  view source on GitHub ↗

Pulls the list of users from the remote. NOTE: This function is only available to accounts with admin status on the Remote. Non-admin accounts attempting to call this function will pull an empty list of users.

(&self)

Source from the content-addressed store, hash-verified

754 /// NOTE: This function is only available to accounts with admin status on the Remote.
755 /// Non-admin accounts attempting to call this function will pull an empty list of users.
756 pub fn pull_users(&self) -> Result<(), ()> {
757 self.pull_users_with_progress(NoProgressCallback)
758 }
759
760 /// Pulls the list of users from the remote.
761 ///

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 1

Tested by

no test coverage detected