Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ ~PrecompNode
Method
~PrecompNode
Engine/PrecompNode.cpp:137–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
PrecompNode::~PrecompNode()
138
{
139
AppInstancePtr app = _imp->app.lock();
140
141
if (app) {
142
app->quit();
143
}
144
}
145
146
NodePtr
147
PrecompNode::getOutputNode() const
Callers
nothing calls this directly
Calls
2
lock
Method · 0.45
quit
Method · 0.45
Tested by
no test coverage detected