MCPcopy Create free account
hub / github.com/cemu-project/Cemu / getHashData

Method getHashData

src/Cafe/Filesystem/FST/FST.cpp:831–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829 uint8 rawData[BLOCK_SIZE];
830
831 uint8* getHashData()
832 {
833 return rawData;
834 }
835
836 uint8* getH0Hash(uint32 index)
837 {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected