Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ ContainsAddress
Method
ContainsAddress
Source/Utility/ROMFileCache.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
mutable u32 LastUseIdx;
47
48
bool ContainsAddress( u32 address ) const
49
{
50
return address >= StartOffset && address < StartOffset + CHUNK_SIZE;
51
}
52
53
bool InUse() const
54
{
Callers
1
GetChunk
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected