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

Method FunctionCanRestore

pcsx2-qt/Debugger/DisassemblyView.cpp:1084–1091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1082}
1083
1084bool DisassemblyView::FunctionCanRestore(u32 address)
1085{
1086 FunctionInfo function = cpu().GetSymbolGuardian().FunctionOverlappingAddress(address);
1087 if (function.address.valid())
1088 address = function.address.value;
1089
1090 return m_stubbedFunctions.find(address) != m_stubbedFunctions.end();
1091}
1092
1093#include "moc_DisassemblyView.cpp"

Callers

nothing calls this directly

Calls 4

validMethod · 0.45
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected