Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ outputAvailable
Method
outputAvailable
plugins/e57/libE57Format/src/Encoder.cpp:233–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
size_t BitpackEncoder::outputAvailable() const
234
{
235
return outBufferEnd_ - outBufferFirst_;
236
}
237
238
void BitpackEncoder::outputRead( char *dest, const size_t byteCount )
239
{
Callers
2
totalOutputAvailable
Method · 0.80
packetWrite
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected