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