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

Method load

Engine/AppInstance.cpp:551–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551void
552AppInstance::load(const CLArgs& cl,
553 bool makeEmptyInstance)
554{
555 // Initialize the knobs of the project before loading anything else.
556 assert(!_imp->_currentProject); // < This function may only be called once per AppInstance
557 _imp->_currentProject = Project::create( shared_from_this() );
558 _imp->_currentProject->initializeKnobsPublic();
559
560 loadInternal(cl, makeEmptyInstance);
561}
562
563void
564AppInstance::loadInternal(const CLArgs& cl,

Callers 1

createNodeInternalMethod · 0.45

Calls 1

initializeKnobsPublicMethod · 0.80

Tested by

no test coverage detected