Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
namespace oid::host {
31
32
std::size_t IpcBufferModel::size() const {
33
return storage_.size();
34
}
35
36
const BufferRecord& IpcBufferModel::at(std::size_t i) const {
37
return *storage_.at(i);
Callers
15
stage_for
Method · 0.45
sync
Method · 0.45
ends_with
Function · 0.45
set_path_buf
Function · 0.45
apply_format_extension
Function · 0.45
selected
Method · 0.45
has_selection
Method · 0.45
filtered_indices
Method · 0.45
model_index_of
Method · 0.45
parse_int_field
Function · 0.45
filter_symbols
Function · 0.45
draw_export_dialog
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected