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

Method ArbiterInStream

pdal/PDALUtils.cpp:251–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249{
250public:
251 ArbiterInStream(const std::string& localPath, const std::string& remotePath,
252 std::ios::openmode mode) :
253 m_localFile(localPath)
254 {
255 arbiter::Arbiter a;
256 a.put(localPath, a.getBinary(remotePath));
257 open(localPath, mode);
258 }
259
260 TempFile m_localFile;
261};

Callers

nothing calls this directly

Calls 3

getBinaryMethod · 0.80
openFunction · 0.50
putMethod · 0.45

Tested by

no test coverage detected