Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
370
int DisassemblyFunction::getNumLines()
371
{
372
return (int) lineAddresses.size();
373
}
374
375
int DisassemblyFunction::getLineNum(u32 address, bool findStart)
376
{
Callers
2
getNthNextAddress
Method · 0.45
load
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected