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

Function isStdin

pdal/util/FileUtils.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67{
68
69bool isStdin(std::string filename)
70{
71 return Utils::toupper(filename) == "STDIN";
72}
73
74bool isStdout(std::string filename)
75{

Callers 2

openFileFunction · 0.85
fileExistsFunction · 0.85

Calls 1

toupperFunction · 0.85

Tested by

no test coverage detected