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

Function displayTransitions

source/RenderGraph/DotExport.cpp:753–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751 }
752
753 DisplayResult displayTransitions( RunnableGraph const & value
754 , Config const & config )
755 {
756 DisplayResult result;
757 dotexp::DotTransitionsVisitor::submit( result, value.getNodeGraph(), config );
758 return result;
759 }
760
761 void displayTransitions( std::ostream & stream
762 , RunnableGraph const & value

Callers

nothing calls this directly

Calls 3

applyRemoveFunction · 0.85
getNodeGraphMethod · 0.80
findMethod · 0.80

Tested by

no test coverage detected