MCPcopy 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
229size_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
238static void FindAddressAndIndentationTokens(

Callers 1

FormatLinesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected