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

Method back

common/HeapArray.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67 const_reference front() const { return m_data[0]; }
68 const_reference back() const { return m_data[SIZE - 1]; }
69 reference front() { return m_data[0]; }
70 reference back() { return m_data[SIZE - 1]; }
71

Callers 15

LoadPatchesFromStringMethod · 0.45
ExtractPatchInfoMethod · 0.45
MainLoopMethod · 0.45
lookupHashMethod · 0.45
usb_desc_parse_configFunction · 0.45
CopyEntryDictIntoTreeMethod · 0.45
DrawSettingsOverlayMethod · 0.45
FlushWriteMethod · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected