Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
274
bool compare_files(const std::string& file1, const std::string& file2)
275
{
276
return diff_files(file1, file2) == 0;
277
}
278
279
bool compare_text_files(const std::string& file1, const std::string& file2)
280
{
Callers
1
TEST
Function · 0.85
Calls
1
diff_files
Function · 0.85
Tested by
1
TEST
Function · 0.68