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

Method SetBraceRequirement

highlevelil.cpp:824–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822
823
824void HighLevelILTokenEmitter::SetBraceRequirement(BNBraceRequirement required)
825{
826 BNHighLevelILTokenEmitterSetBraceRequirement(m_object, required);
827}
828
829
830void HighLevelILTokenEmitter::SetBracesAroundSwitchCases(bool braces)

Callers 2

InitTokenEmitterMethod · 0.80
InitTokenEmitterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected