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

Method flush_static

external/nvImageCodec/src/code_stream.cpp:393–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 }
392
393 nvimgcodecStatus_t CodeStream::flush_static(void* instance) {
394 assert(instance);
395 CodeStream* handle = reinterpret_cast<CodeStream*>(instance);
396 return handle->flush();
397 }
398
399 nvimgcodecStatus_t CodeStream::map_static(void* instance, void** addr, size_t offset, size_t size) {
400 assert(instance);

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected