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

Method getNodeByFullySpecifiedName

Engine/NodeGroup.cpp:826–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826NodePtr
827NodeCollection::getNodeByFullySpecifiedName(const std::string& fullySpecifiedName) const
828{
829 std::string toFind;
830 std::string recurseName;
831
832 getNodeNameAndRemainder_LeftToRight(fullySpecifiedName, toFind, recurseName);
833
834 return _imp->findNodeInternal(toFind, recurseName);
835}
836
837void
838NodeCollection::fixRelativeFilePaths(const std::string& projectPathName,

Callers 8

findNodeInternalMethod · 0.45
refreshOutputNodeMethod · 0.45
getNodeMethod · 0.45
loadNodeGuiSerializationFunction · 0.45
xml_iarchive>Method · 0.45
getViewerMethod · 0.45

Calls 1

findNodeInternalMethod · 0.80

Tested by

no test coverage detected