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

Method refreshAllInputRelatedData

Engine/Node.cpp:6106–6110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6104}
6105
6106void
6107Node::refreshAllInputRelatedData(bool canChangeValues)
6108{
6109 refreshAllInputRelatedData( canChangeValues, getInputs_copy() );
6110}
6111
6112bool
6113Node::refreshAllInputRelatedData(bool /*canChangeValues*/,

Callers

nothing calls this directly

Calls 12

getAppFunction · 0.85
isLoadingProjectMethod · 0.80
getProjectMethod · 0.80
clearActionsCacheMethod · 0.80
ViewIdxClass · 0.70
getMethod · 0.45
currentFrameMethod · 0.45
getTimeLineMethod · 0.45
getRegionOfDefinitionMethod · 0.45

Tested by

no test coverage detected