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

Method getRenderViewsCount

Engine/EffectInstance.cpp:555–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555int
556EffectInstance::getRenderViewsCount() const
557{
558 return getApp()->getProject()->getProjectViewsCount();
559}
560
561bool
562EffectInstance::hasOutputConnected() const

Callers 1

renderCurrentFrameMethod · 0.80

Calls 3

getAppFunction · 0.85
getProjectViewsCountMethod · 0.80
getProjectMethod · 0.80

Tested by

no test coverage detected