Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
bool
129
EffectInstance::tryLock(const ImagePtr & entry)
130
{
131
NodePtr n = _node.lock();
132
133
return n->tryLock(entry);
134
}
135
136
void
137
EffectInstance::unlock(const ImagePtr & entry)
Callers
nothing calls this directly
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected