MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / cf_Diff

Function cf_Diff

cfile/cfile.cpp:872–872  ·  view source on GitHub ↗

Checks to see if two files are different. Returns TRUE if the files are different, or FALSE if they are the same.

Source from the content-addressed store, hash-verified

870// Checks to see if two files are different.
871// Returns TRUE if the files are different, or FALSE if they are the same.
872bool cf_Diff(const std::filesystem::path &a, const std::filesystem::path &b) { return (ddio_FileDiff(a, b)); }
873
874// Copies the file time from one file to another
875void cf_CopyFileTime(const std::filesystem::path &dest, const std::filesystem::path &src) {

Callers 4

mng_BackupTableFileFunction · 0.85
UpdatePrimitiveFunction · 0.85
CheckInGamefileFunction · 0.85

Calls 1

ddio_FileDiffFunction · 0.50

Tested by

no test coverage detected