MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / checkInfoUpdated

Method checkInfoUpdated

NeuralNote/Source/TimeQuantizeOptions.cpp:189–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189bool TimeQuantizeOptions::checkInfoUpdated()
190{
191 auto out = mInfoUpdated.load();
192
193 if (out) {
194 mInfoUpdated.store(false);
195 }
196
197 return out;
198}
199
200TimeQuantizeOptions::TimeQuantizeInfo TimeQuantizeOptions::getTimeQuantizeInfo() const
201{

Callers 1

timerCallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected