Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ LzmaCompressor
Method
LzmaCompressor
pdal/compression/LzmaCompression.cpp:116–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
115
116
LzmaCompressor::LzmaCompressor(BlockCb cb) :
117
m_impl(new LzmaCompressorImpl(cb))
118
{}
119
120
121
LzmaCompressor::~LzmaCompressor()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected