Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
void
137
EffectInstance::unlock(const ImagePtr & entry)
138
{
139
NodePtr n = _node.lock();
140
141
n->unlock(entry);
142
}
143
144
145
/**
Callers
2
attachOpenGLContext_public
Method · 0.45
dettachOpenGLContext_public
Method · 0.45
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected