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

Method SSAVariable

mediumlevelilinstruction.cpp:310–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308
309
310SSAVariable::SSAVariable() : version(0) {}
311
312
313SSAVariable::SSAVariable(const Variable& v, size_t i) : var(v), version(i) {}

Callers 4

get_var_ssaMethod · 0.80
get_var_ssa_listMethod · 0.80
ssa_varsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected