Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ FreeVarSlot
Class
FreeVarSlot
rust/src/medium_level_il/operation.rs:142–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
// FREE_VAR_SLOT
141
#[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
142
pub struct FreeVarSlot {
143
pub dest: Variable,
144
}
145
146
// SET_VAR_FIELD
147
#[derive(Debug, Copy, Clone)]
Callers
2
new_expr
Method · 0.85
lift
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected