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

Function normalize

test/unit/FileUtilsTest.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125#endif
126
127static std::string normalize(const std::string p)
128{
129 return Utils::replaceAll(p, "\\", "/");
130}
131
132static void compare_paths(const std::string a, const std::string b)
133{

Callers 2

compare_pathsFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected