Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getNumEntries
Method
getNumEntries
Engine/KnobTypes.cpp:786–792 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
784
}
785
786
int
787
KnobChoice::getNumEntries() const
788
{
789
QMutexLocker l(&_entriesMutex);
790
791
return (int)_entries.size();
792
}
793
794
void
795
KnobChoice::setActiveEntry(const ChoiceOption& opt)
Callers
3
set
Method · 0.80
getNumOptions
Method · 0.80
initializeKnobsColorManagement
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected