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

Function compare_files

test/unit/Support.cpp:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274bool compare_files(const std::string& file1, const std::string& file2)
275{
276 return diff_files(file1, file2) == 0;
277}
278
279bool compare_text_files(const std::string& file1, const std::string& file2)
280{

Callers 1

TESTFunction · 0.85

Calls 1

diff_filesFunction · 0.85

Tested by 1

TESTFunction · 0.68