MCPcopy Create free account
hub / github.com/PDAL/PDAL / diff_files

Function diff_files

test/unit/Support.cpp:192–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190
191
192uint32_t diff_files(const std::string& file1, const std::string& file2, uint32_t ignorable_start,
193 uint32_t ignorable_length)
194{
195 uint32_t start[] = { ignorable_start };
196 uint32_t len[] = { ignorable_length };
197 return diff_files(file1, file2, start, len, 1);
198}
199
200
201// do a byte-wise comparison of two (binary) files

Callers 4

TESTFunction · 0.85
compare_filesFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls 4

fileExistsFunction · 0.50
openFileFunction · 0.50
closeFileFunction · 0.50
getMethod · 0.45

Tested by 3

TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68