Checks if the project has pulled the users yet.
(&self)
| 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 | /// |
no outgoing calls
no test coverage detected