MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / skip

Method skip

external/nvImageCodec/src/code_stream.cpp:265–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 }
264
265 nvimgcodecStatus_t CodeStream::skip(size_t count) {
266 try {
267 assert(io_stream_);
268 io_stream_->skip(count);
269 return NVIMGCODEC_STATUS_SUCCESS;
270 } catch (std::exception& e) {
271 return NVIMGCODEC_STATUS_EXECUTION_FAILED;
272 }
273 }
274
275 nvimgcodecStatus_t CodeStream::seek(ptrdiff_t offset, int whence) {
276 try {

Callers 15

lfs_typesFunction · 0.45
lfs_typesFunction · 0.45
lfs_typesFunction · 0.45
lfs_typesFunction · 0.45
lfs_typesFunction · 0.45
lfFunction · 0.45
lfs_typesFunction · 0.45
numpyFunction · 0.45
point_cloudMethod · 0.45
lfFunction · 0.45
lfs_typesFunction · 0.45
lfs_propsFunction · 0.45

Calls

no outgoing calls

Tested by 15

lfs_typesFunction · 0.36
lfs_typesFunction · 0.36
lfs_typesFunction · 0.36
lfs_typesFunction · 0.36
lfs_typesFunction · 0.36
lfFunction · 0.36
lfs_typesFunction · 0.36
numpyFunction · 0.36
point_cloudMethod · 0.36
lfFunction · 0.36
lfs_typesFunction · 0.36
lfs_propsFunction · 0.36