Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ hasReader
Method
hasReader
pdal/PipelineManager.cpp:197–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
196
197
bool PipelineManager::hasReader() const
198
{
199
return (dynamic_cast<Reader *>(m_stages.front()));
200
}
201
202
203
QuickInfo PipelineManager::preview() const
Callers
1
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected