Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ data
Method
data
common/HeapArray.h:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
pointer end() { return m_data + SIZE; }
49
50
const_pointer data() const { return m_data; }
51
pointer data() { return m_data; }
52
53
const_pointer cbegin() const { return m_data; }
Callers
15
HTTPStatusCallback
Method · 0.45
StartRequest
Method · 0.45
Entry
Method · 0.45
ReadFileInZipToContainer
Function · 0.45
append
Method · 0.45
prepend
Method · 0.45
insert
Method · 0.45
assign
Method · 0.45
equals
Method · 0.45
iequals
Method · 0.45
compare
Method · 0.45
icompare
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected