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

Method logNoNL

test/BaseTest.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 static void logNoNL( std::ostream & stream
124 , std::string const & text )
125 {
126 stream << "DEBUG: " << text;
127 fmt::print( "{}\n", text );
128 }
129 };
130
131 struct InfoLogStreambufTraits

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected