MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / getNumLines

Method getNumLines

pcsx2/DebugTools/DisassemblyManager.cpp:370–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370int DisassemblyFunction::getNumLines()
371{
372 return (int) lineAddresses.size();
373}
374
375int DisassemblyFunction::getLineNum(u32 address, bool findStart)
376{

Callers 2

getNthNextAddressMethod · 0.45
loadMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected