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

Method valid

pdal/FileSpec.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111bool FileSpec::valid() const
112{
113 return !m_p->m_path.empty();
114}
115
116bool FileSpec::onlyFilename() const
117{

Callers 10

readyMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
privateMetadataMethod · 0.45
whereExprMethod · 0.45
whereExprMethod · 0.45
parsePipelineFunction · 0.45
l_initializeMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected