Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cemu-project/Cemu
/ getFileData
Method
getFileData
src/Cafe/Filesystem/FST/FST.cpp:854–857 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
852
}
853
854
uint8* getFileData()
855
{
856
return rawData + BLOCK_HASH_SIZE;
857
}
858
859
uint8* getH0Hash(size_t index)
860
{
Callers
3
GetDecryptedHashedBlock
Method · 0.80
ReadFile_HashModeHashed
Method · 0.80
VerifyHashedContentFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected