MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / isIn

Function isIn

source/RenderGraph/DotExport.cpp:562–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560 }
561
562 static bool isIn( FramePassGroupStreams const * inner
563 , FramePassGroupStreams const * outer )
564 {
565 return outer == inner
566 || ( outer && isIn( inner, outer->getParent() ) );
567 }
568
569 static FramePassGroupStreams * getCommonGroup( FramePassGroupStreams * lhs
570 , FramePassGroupStreams const * rhs )

Callers 1

getCommonGroupFunction · 0.85

Calls 1

getParentMethod · 0.45

Tested by

no test coverage detected