Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1300
U64
1301
Node::getKnobsAge() const
1302
{
1303
QReadLocker l(&_imp->knobsAgeMutex);
1304
1305
return _imp->knobsAge;
1306
}
1307
1308
bool
1309
Node::isRenderingPreview() const
Callers
2
NodeSerialization.cpp
File · 0.45
loadKnobs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected