Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetTotalWidth
Method
GetTotalWidth
basicblock.cpp:229–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
228
229
size_t DisassemblyTextLine::GetTotalWidth() const
230
{
231
size_t result = 0;
232
for (auto& i : tokens)
233
result += i.width;
234
return result;
235
}
236
237
238
static void FindAddressAndIndentationTokens(
Callers
1
FormatLines
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected