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

Method seek_static

external/nvImageCodec/src/code_stream.cpp:369–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367 }
368
369 nvimgcodecStatus_t CodeStream::seek_static(void* instance, ptrdiff_t offset, int whence) {
370 assert(instance);
371 CodeStream* handle = reinterpret_cast<CodeStream*>(instance);
372 return handle->seek(offset, whence);
373 }
374
375 nvimgcodecStatus_t CodeStream::tell_static(void* instance, ptrdiff_t* offset) {
376 assert(instance);

Callers

nothing calls this directly

Calls 1

seekMethod · 0.45

Tested by

no test coverage detected