Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ set_sel
Method
set_sel
DSView/pv/view/dsldial.cpp:125–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
void dslDial::set_sel(uint64_t sel)
126
{
127
assert(sel < _div);
128
129
_sel = sel;
130
}
131
132
uint64_t dslDial::get_sel()
133
{
Callers
4
go_vDialPre
Method · 0.80
go_vDialNext
Method · 0.80
go_vDialPre
Method · 0.80
go_vDialNext
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected