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

Method new

rust/src/architecture.rs:115–117  ·  view source on GitHub ↗

Branches to an instruction with the current architecture.

(kind: BranchKind)

Source from the content-addressed store, hash-verified

113impl BranchInfo {
114 /// Branches to an instruction with the current architecture.
115 pub fn new(kind: BranchKind) -> Self {
116 Self { arch: None, kind }
117 }
118
119 /// Branches to an instruction with an explicit architecture.
120 ///

Callers

nothing calls this directly

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected