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

Method SetWidth

flowgraph.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294
295
296void FlowGraph::SetWidth(int width)
297{
298 BNFlowGraphSetWidth(m_object, width);
299}
300
301
302int FlowGraph::GetHeight() const

Callers 4

InitMethod · 0.45
ProcessVFTMethod · 0.45
ClassTypeInfoTypeFunction · 0.45
ProcessVFTMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected