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

Method revision_of

src/host/ui/ipc_buffer_model.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66std::uint64_t IpcBufferModel::revision_of(std::size_t i) const {
67 return slot_revision_.at(i);
68}
69
70const std::string& IpcBufferModel::variable_name_of(std::size_t i) const {
71 return storage_.at(i)->variable_name;

Callers 4

syncMethod · 0.45
draw_buffer_list_rowFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36