Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ compare_text_files
Function
compare_text_files
test/unit/Support.cpp:279–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
}
278
279
bool compare_text_files(const std::string& file1, const std::string& file2)
280
{
281
return diff_text_files(file1, file2) == 0;
282
}
283
284
bool compare_text_files(std::istream& str1, std::istream& str2)
285
{
Callers
5
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
testMesh
Function · 0.85
TEST
Function · 0.85
Calls
1
diff_text_files
Function · 0.85
Tested by
5
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
testMesh
Function · 0.68
TEST
Function · 0.68