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

Method tryLoadRemote

io/SbetReader.cpp:171–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void SbetReader::tryLoadRemote()
172{
173 m_private->connector.reset(new connector::Connector(m_filespec));
174 m_private->isRemote = Utils::isRemote(m_filename);
175 auto handle = m_private->connector->getLocalHandle(m_filename);
176 m_filename = handle.release();
177}
178
179} // namespace pdal

Callers

nothing calls this directly

Calls 3

isRemoteFunction · 0.85
getLocalHandleMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected