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

Method comments

rust/src/function.rs:406–410  ·  view source on GitHub ↗

All comments in the function

(&self)

Source from the content-addressed store, hash-verified

404
405 /// All comments in the function
406 pub fn comments(&self) -> Array<Comment> {
407 let mut count = 0;
408 let lines = unsafe { BNGetCommentedAddresses(self.handle, &mut count) };
409 unsafe { Array::new(lines, count, self.to_owned()) }
410 }
411
412 pub fn basic_blocks(&self) -> Array<BasicBlock<NativeBlock>> {
413 unsafe {

Callers 1

fmtMethod · 0.45

Calls 1

to_ownedMethod · 0.45

Tested by

no test coverage detected