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

Method size

rust/src/workflow.rs:416–418  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

414 }
415
416 pub fn size(&self) -> usize {
417 unsafe { BNWorkflowSize(self.handle.as_ptr()) }
418 }
419
420 /// Retrieve the Activity object for the specified `name`.
421 pub fn activity<A: BnStrCompatible>(&self, name: A) -> Option<Ref<Activity>> {

Callers 8

StringRefFunction · 0.45
FindMemberFunction · 0.45
document.hFile · 0.45
StringMethod · 0.45
KeyMethod · 0.45
GenericPointerMethod · 0.45
AppendMethod · 0.45
StringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected