Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ ~ArbiterOutStream
Method
~ArbiterOutStream
pdal/PDALUtils.cpp:237–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
{}
236
237
virtual ~ArbiterOutStream()
238
{
239
close();
240
arbiter::Arbiter a;
241
a.put(m_remotePath, a.getBinary(m_localFile.filename()));
242
}
243
244
std::string m_remotePath;
245
TempFile m_localFile;
Callers
nothing calls this directly
Calls
4
getBinary
Method · 0.80
close
Function · 0.50
put
Method · 0.45
filename
Method · 0.45
Tested by
no test coverage detected