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

Method IsOptionSet

flowgraph.cpp:434–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432
433
434bool FlowGraph::IsOptionSet(BNFlowGraphOption option)
435{
436 return BNIsFlowGraphOptionSet(m_object, option);
437}
438
439
440std::vector<RenderLayer*> FlowGraph::GetRenderLayers() const

Callers 5

GetExprTextMethod · 0.45
AppendTwoOperandMethod · 0.45
GetExprTextInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected