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

Method size

rust/src/collaboration/file.rs:230–232  ·  view source on GitHub ↗

Size of raw content of file, in bytes

(&self)

Source from the content-addressed store, hash-verified

228
229 /// Size of raw content of file, in bytes
230 pub fn size(&self) -> u64 {
231 unsafe { BNRemoteFileGetSize(self.handle.as_ptr()) }
232 }
233
234 /// Get the default filepath for a remote File. This is based off the Setting for
235 /// collaboration.directory, the file's id, the file's project's id, and the file's

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected