Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ append
Method
append
rust/src/low_level_il/lifting.rs:700–702 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
698
}
699
700
pub fn append(self) {
701
self.function.add_instruction(self);
702
}
703
}
704
705
pub struct ExpressionBuilder<'func, A, R>
Callers
nothing calls this directly
Calls
2
add_instruction
Method · 0.80
build
Method · 0.80
Tested by
no test coverage detected