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

Method unlock

Engine/EffectInstance.cpp:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void
137EffectInstance::unlock(const ImagePtr & entry)
138{
139 NodePtr n = _node.lock();
140
141 n->unlock(entry);
142}
143
144
145/**

Callers 2

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected