Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ isLoadingProjectInternal
Method
isLoadingProjectInternal
Engine/Project.cpp:1766–1772 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1764
}
1765
1766
bool
1767
Project::isLoadingProjectInternal() const
1768
{
1769
QMutexLocker l(&_imp->isLoadingProjectMutex);
1770
1771
return _imp->isLoadingProjectInternal;
1772
}
1773
1774
bool
1775
Project::isGraphWorthLess() const
Callers
1
paintEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected