MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / isMax

Method isMax

DSView/pv/view/dsldial.cpp:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150bool dslDial::isMax()
151{
152 if(_sel == _div - 1)
153 return true;
154 else
155 return false;
156}
157
158uint64_t dslDial::get_min()
159{

Callers 2

go_vDialNextMethod · 0.80
go_vDialNextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected