MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / begin

Method begin

src/ipc/buffer_assembler.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace oid {
32
33void BufferAssembler::begin(BeginParams params) {
34 const auto total = params.total_byte_size;
35 auto& entry = in_progress_[params.variable_name];
36 entry.params = std::move(params);
37 entry.bytes.assign(total, std::byte{});
38}
39
40bool BufferAssembler::chunk(const std::string& name,
41 const std::size_t row_offset,

Callers 15

merge_previous_buffersFunction · 0.80
set_path_bufFunction · 0.80
evict_missingMethod · 0.80
eraseMethod · 0.80
removeMethod · 0.80
normalize_to_rgba8Function · 0.80
operator<<Method · 0.80
sendMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 9

sendMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
sendMethod · 0.64
feedMethod · 0.64
sendMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64