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

Method isSequenceModeEnabled

Engine/FileSystemModel.cpp:1078–1084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1076} // FileSystemModel::resetCompletly
1077
1078bool
1079FileSystemModel::isSequenceModeEnabled() const
1080{
1081 QMutexLocker l(&_imp->sequenceModeEnabledMutex);
1082
1083 return _imp->sequenceModeEnabled;
1084}
1085
1086FileSystemItemPtr
1087FileSystemModel::mkPathInternal(const FileSystemItemPtr& item,

Callers 2

gatheringKernelMethod · 0.80
sequenceModeEnabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected