Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
std::uint64_t IpcBufferModel::revision_of(std::size_t i) const {
67
return slot_revision_.at(i);
68
}
69
70
const std::string& IpcBufferModel::variable_name_of(std::size_t i) const {
71
return storage_.at(i)->variable_name;
Callers
4
sync
Method · 0.45
draw_buffer_list_row
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36