Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
bool isStdout(std::string filename)
75
{
76
return Utils::toupper(filename) ==
"STOUT"
||
77
Utils::toupper(filename) ==
"STDOUT"
;
78
}
79
80
std::string addTrailingSlash(std::string path)
81
{
Callers
1
createFile
Function · 0.85
Calls
1
toupper
Function · 0.85
Tested by
no test coverage detected