MCPcopy 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
116bool FileSpec::onlyFilename() const
117{
118 return m_p->m_headers.empty() && m_p->m_query.empty();
119}
120
121std::string FileSpec::u8string() const
122{

Callers 1

FileSpec.cppFile · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected