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

Method GetAddressAndIndentationWidth

basicblock.cpp:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279
280size_t DisassemblyTextLine::GetAddressAndIndentationWidth() const
281{
282 size_t result = 0;
283 FindAddressAndIndentationTokens(tokens, [&](const InstructionTextToken& token) { result += token.width; });
284 return result;
285}
286
287
288vector<InstructionTextToken> DisassemblyTextLine::GetAddressAndIndentationTokens() const

Callers 1

FormatLinesMethod · 0.80

Calls 1

Tested by

no test coverage detected