Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
434
bool FlowGraph::IsOptionSet(BNFlowGraphOption option)
435
{
436
return BNIsFlowGraphOptionSet(m_object, option);
437
}
438
439
440
std::vector<RenderLayer*> FlowGraph::GetRenderLayers() const
Callers
5
AppendPointerTextToken
Method · 0.45
GetExprText
Method · 0.45
AppendPointerTextToken
Method · 0.45
AppendTwoOperand
Method · 0.45
GetExprTextInternal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected