Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ empty
Method
empty
common/HeapArray.h:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
size_type size() const { return SIZE; }
44
size_type capacity() const { return SIZE; }
45
bool empty() const { return false; }
46
47
pointer begin() { return m_data; }
48
pointer end() { return m_data + SIZE; }
Callers
15
ParseZip
Method · 0.45
RemoveUpdateZip
Method · 0.45
wWinMain
Function · 0.45
GetTranslatedStringImpl
Method · 0.45
TEST
Function · 0.45
IsEmpty
Method · 0.45
WriteMinidumpAndCallstack
Function · 0.45
Install
Method · 0.45
StartsWithNoCase
Function · 0.45
ContainsSubString
Function · 0.45
SplitString
Function · 0.45
ReplaceAll
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36