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

Method isWorking

Engine/FileSystemModel.cpp:1450–1456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1448}
1449
1450bool
1451FileGathererThread::isWorking() const
1452{
1453 QMutexLocker k(&_imp->workingMutex);
1454
1455 return _imp->working;
1456}
1457
1458void
1459FileGathererThread::abortGathering()

Callers 6

isCurrentlyTrackingMethod · 0.45
hasThreadsWorkingMethod · 0.45
isTrackingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected