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

Method hasPersistentMessage

Engine/EffectInstance.cpp:3124–3130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3122}
3123
3124bool
3125EffectInstance::hasPersistentMessage()
3126{
3127 NodePtr node = getNode();
3128 assert(node);
3129 return node ? node->hasPersistentMessage() : false;
3130}
3131
3132void
3133EffectInstance::clearPersistentMessage(bool recurse)

Callers 2

renderMethod · 0.80
Node.cppFile · 0.80

Calls 1

getNodeFunction · 0.70

Tested by

no test coverage detected