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

Function isStdout

pdal/util/FileUtils.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74bool isStdout(std::string filename)
75{
76 return Utils::toupper(filename) == "STOUT" ||
77 Utils::toupper(filename) == "STDOUT";
78}
79
80std::string addTrailingSlash(std::string path)
81{

Callers 1

createFileFunction · 0.85

Calls 1

toupperFunction · 0.85

Tested by

no test coverage detected