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

Method assign

rust/src/data_buffer.rs:79–81  ·  view source on GitHub ↗

Copy the contents of `src` into `dst`

(dst: &mut Self, src: &Self)

Source from the content-addressed store, hash-verified

77
78 /// Copy the contents of `src` into `dst`
79 pub fn assign(dst: &mut Self, src: &Self) {
80 unsafe { BNAssignDataBuffer(dst.0, src.0) }
81 }
82
83 /// Concat the contents of `src` into `dst`
84 pub fn append(dst: &mut Self, src: &Self) {

Callers 1

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected