Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ set_factor
Method
set_factor
DSView/pv/view/dsldial.cpp:189–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
void dslDial::set_factor(uint64_t factor)
190
{
191
assert(factor > 0);
192
193
if (_factor != factor) {
194
_factor = factor;
195
}
196
}
197
198
uint64_t dslDial::get_factor()
199
{
Callers
1
update_vDial
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected