If the project has pulled the folders yet
(&self)
| 184 | |
| 185 | /// If the project has pulled the folders yet |
| 186 | pub fn has_pulled_files(&self) -> bool { |
| 187 | unsafe { BNRemoteProjectHasPulledFiles(self.handle.as_ptr()) } |
| 188 | } |
| 189 | |
| 190 | /// If the project has pulled the folders yet |
| 191 | pub fn has_pulled_folders(&self) -> bool { |
no outgoing calls
no test coverage detected