MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / isDoingPartialUpdates

Method isDoingPartialUpdates

Engine/ViewerInstance.cpp:3502–3508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3500}
3501
3502bool
3503ViewerInstance::isDoingPartialUpdates() const
3504{
3505 QMutexLocker k(&_imp->viewerParamsMutex);
3506
3507 return _imp->isDoingPartialUpdates;
3508}
3509
3510void
3511ViewerInstance::reportStats(int time,

Calls

no outgoing calls

Tested by

no test coverage detected