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

Method vDial_updated

DSView/pv/view/view.cpp:1301–1311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1299}
1300
1301void View::vDial_updated()
1302{
1303 if (_cali != NULL) {
1304 _cali->update_device_info();
1305 }
1306
1307 auto math_trace = _session->get_math_trace();
1308 if (math_trace && math_trace->enabled()) {
1309 math_trace->update_vDial();
1310 }
1311}
1312
1313void View::dso_factor_updated()
1314{

Callers 2

go_vDialPreMethod · 0.80
go_vDialNextMethod · 0.80

Calls 4

update_device_infoMethod · 0.80
get_math_traceMethod · 0.80
update_vDialMethod · 0.80
enabledMethod · 0.45

Tested by

no test coverage detected