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

Method tryLoadRemote

io/LasReader.cpp:246–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void LasReader::tryLoadRemote()
247{
248 d->connector.reset(new connector::Connector(m_filespec));
249 d->isRemote = Utils::isRemote(m_filename);
250 auto handle = d->connector->getLocalHandle(m_filename);
251 m_filename = handle.release();
252}
253
254QuickInfo LasReader::inspect()
255{

Callers

nothing calls this directly

Calls 3

isRemoteFunction · 0.85
getLocalHandleMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected