Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ onlyFilename
Method
onlyFilename
pdal/FileSpec.cpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
bool FileSpec::onlyFilename() const
117
{
118
return m_p->m_headers.empty() && m_p->m_query.empty();
119
}
120
121
std::string FileSpec::u8string() const
122
{
Callers
1
FileSpec.cpp
File · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected