Checks if the project has pulled the projects yet.
(&self)
| 249 | |
| 250 | /// Checks if the project has pulled the projects yet. |
| 251 | pub fn has_pulled_projects(&self) -> bool { |
| 252 | unsafe { BNRemoteHasPulledProjects(self.handle.as_ptr()) } |
| 253 | } |
| 254 | |
| 255 | /// Checks if the project has pulled the groups yet. |
| 256 | pub fn has_pulled_groups(&self) -> bool { |
no outgoing calls
no test coverage detected