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

Method size

src/host/ui/ipc_buffer_model.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace oid::host {
31
32std::size_t IpcBufferModel::size() const {
33 return storage_.size();
34}
35
36const BufferRecord& IpcBufferModel::at(std::size_t i) const {
37 return *storage_.at(i);

Callers 15

stage_forMethod · 0.45
syncMethod · 0.45
ends_withFunction · 0.45
set_path_bufFunction · 0.45
apply_format_extensionFunction · 0.45
selectedMethod · 0.45
has_selectionMethod · 0.45
filtered_indicesMethod · 0.45
model_index_ofMethod · 0.45
parse_int_fieldFunction · 0.45
filter_symbolsFunction · 0.45
draw_export_dialogFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected