MCPcopy 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
125void dslDial::set_sel(uint64_t sel)
126{
127 assert(sel < _div);
128
129 _sel = sel;
130}
131
132uint64_t dslDial::get_sel()
133{

Callers 4

go_vDialPreMethod · 0.80
go_vDialNextMethod · 0.80
go_vDialPreMethod · 0.80
go_vDialNextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected