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

Method set_loop

DSView/pv/data/logicsnapshot.h:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 std::map<uint16_t, QString> &pattern, bool isNext);
132
133 inline void set_loop(bool bLoop){
134 _is_loop = bLoop;
135 }
136
137 inline bool is_loop(){
138 return _is_loop;

Callers 1

feed_in_logicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected