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

Method IsInstructionCollapsed

function.cpp:3349–3352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3347
3348
3349bool Function::IsInstructionCollapsed(const HighLevelILInstruction& instr, uint64_t designator) const
3350{
3351 return IsRegionCollapsed(instr.GetInstructionHash(designator));
3352}
3353
3354
3355bool Function::IsRegionCollapsed(uint64_t hash) const

Callers 3

GetExprTextMethod · 0.80
GetExprTextInternalMethod · 0.80

Calls 1

GetInstructionHashMethod · 0.80

Tested by

no test coverage detected