Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ checkData
Method
checkData
src/Osako/GhostFile.cpp:210–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
void GhostFile::checkData()
211
{
212
if (mFileData.mCheckData.mChecksum == getChecksum(mFileData))
213
mGhostType = 2;
214
else
215
mGhostType = 1;
216
}
Callers
1
waitRead
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected