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

Method front

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

Source from the content-addressed store, hash-verified

65 }
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]; }

Callers 15

getFilenameFromMimeDataFunction · 0.45
getDiscDevicePathMethod · 0.45
updateDriverNamesMethod · 0.45
updateDeviceNamesMethod · 0.45
onSearchTypeChangedMethod · 0.45
_hwRead8Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected