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

Method tryLock

Engine/EffectInstance.cpp:128–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128bool
129EffectInstance::tryLock(const ImagePtr & entry)
130{
131 NodePtr n = _node.lock();
132
133 return n->tryLock(entry);
134}
135
136void
137EffectInstance::unlock(const ImagePtr & entry)

Callers

nothing calls this directly

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected