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

Method get_max_offset

DSView/pv/view/view.cpp:1252–1259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1250}
1251
1252int64_t View::get_max_offset()
1253{
1254 int width = get_view_width();
1255 assert(width > 0);
1256
1257 return ceil((_session->cur_snap_sampletime() / _scale) -
1258 (width * MaxViewRate));
1259}
1260
1261int64_t View::get_logic_lst_data_offset(){
1262 int width = get_view_width();

Callers 1

on_drag_timerMethod · 0.80

Calls 1

cur_snap_sampletimeMethod · 0.80

Tested by

no test coverage detected