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

Method lock

Engine/EffectInstance.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void
121EffectInstance::lock(const ImagePtr & entry)
122{
123 NodePtr n = _node.lock();
124
125 n->lock(entry);
126}
127
128bool
129EffectInstance::tryLock(const ImagePtr & entry)

Callers 14

tryLockMethod · 0.45
unlockMethod · 0.45
getHashMethod · 0.45
abortedMethod · 0.45
shouldCacheOutputMethod · 0.45
getImageMethod · 0.45
renderHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected