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

Method metadata

rust/src/collaboration/file.rs:223–227  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

221 }
222
223 pub fn metadata(&self) -> BnString {
224 let result = unsafe { BNRemoteFileGetMetadata(self.handle.as_ptr()) };
225 assert!(!result.is_null());
226 unsafe { BnString::from_raw(result) }
227 }
228
229 /// Size of raw content of file, in bytes
230 pub fn size(&self) -> u64 {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected