MCPcopy Create free account
hub / github.com/LASzip/LASzip / tell

Method tell

src/bytestreamout_array.hpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158inline I64 ByteStreamOutArray::tell() const
159{
160 return curr;
161}
162
163inline BOOL ByteStreamOutArray::seek(I64 position)
164{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected