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

Method getKnobsAge

Engine/Node.cpp:1300–1306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1298}
1299
1300U64
1301Node::getKnobsAge() const
1302{
1303 QReadLocker l(&_imp->knobsAgeMutex);
1304
1305 return _imp->knobsAge;
1306}
1307
1308bool
1309Node::isRenderingPreview() const

Callers 2

loadKnobsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected