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

Method write

source/RenderGraph/DotExport.cpp:398–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 }
397
398 void write( DisplayResult & streams
399 , std::stringstream const & global = std::stringstream{} )const
400 {
401 if ( m_config.splitGroups )
402 doWriteSplitted( streams );
403 else if ( m_config.withGroups )
404 doWriteUnsplittedWithGroups( streams, global );
405 else
406 doWriteUnsplitted( streams, global );
407 }
408
409 std::string const & getName()const
410 {

Callers 4

doWriteSplittedMethod · 0.80
doWriteUnsplittedMethod · 0.80
submitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected