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

Method has_pulled_files

rust/src/collaboration/project.rs:186–188  ·  view source on GitHub ↗

If the project has pulled the folders yet

(&self)

Source from the content-addressed store, hash-verified

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 {

Callers 4

filesMethod · 0.45
get_file_by_idMethod · 0.45
get_file_by_nameMethod · 0.45
upload_databaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected