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

Function copy

external/nvImageCodec/src/code_stream.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117 template <typename T>
118 void copy(T& dst, const T& src) {
119 void* struct_next = dst.struct_next;
120 dst = src;
121 dst.struct_next = struct_next;
122 }
123
124 nvimgcodecStatus_t CodeStream::ensureParsed() {
125 if (parse_status_ == NVIMGCODEC_STATUS_NOT_INITIALIZED) {

Callers 15

getImageInfoMethod · 0.70
setImageInfoMethod · 0.70
py_property_arrayMethod · 0.50
py_set_property_arrayMethod · 0.50
convert_from_spzFunction · 0.50
convert_to_spzFunction · 0.50
InputIntFormattedFunction · 0.50
renderSoftwarePointCloudFunction · 0.50
from_torchFunction · 0.50
make_uint8_maskFunction · 0.50
make_uint8_maskFunction · 0.50
make_uint8_maskFunction · 0.50

Calls

no outgoing calls

Tested by 7

from_torchFunction · 0.40
make_uint8_maskFunction · 0.40
make_uint8_maskFunction · 0.40
make_uint8_maskFunction · 0.40
make_uint8_maskFunction · 0.40
make_uint8_maskFunction · 0.40
make_uint8_maskFunction · 0.40