Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
bool isStdin(std::string filename)
70
{
71
return Utils::toupper(filename) ==
"STDIN"
;
72
}
73
74
bool isStdout(std::string filename)
75
{
Callers
2
openFile
Function · 0.85
fileExists
Function · 0.85
Calls
1
toupper
Function · 0.85
Tested by
no test coverage detected