MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / is_repeating

Method is_repeating

DSView/pv/sigsession.h:356–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354 bool is_realtime_refresh();
355
356 inline bool is_repeating(){
357 return _clt_mode == COLLECT_REPEAT && !_is_instant;
358 }
359
360 inline void session_save(){
361 _callback->session_save();

Callers 1

capture_initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected