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

Method getIOContainer

Engine/Node.cpp:4295–4299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4293
4294#ifdef NATRON_ENABLE_IO_META_NODES
4295NodePtr
4296Node::getIOContainer() const
4297{
4298 return _imp->ioContainer.lock();
4299}
4300
4301#endif
4302

Callers 4

getKnobHolderMethod · 0.80
getEffectHolderMethod · 0.80
getChildrenMethod · 0.80

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected