Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
296
void FlowGraph::SetWidth(int width)
297
{
298
BNFlowGraphSetWidth(m_object, width);
299
}
300
301
302
int FlowGraph::GetHeight() const
Callers
4
Init
Method · 0.45
ProcessVFT
Method · 0.45
ClassTypeInfoType
Function · 0.45
ProcessVFT
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected