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

Method logNoNL

test/BaseTest.cpp:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 static void logNoNL( std::ostream & stream
141 , std::string const & text )
142 {
143 stream << text;
144 fmt::print( "{}\n", text );
145 }
146 };
147
148 struct ErrorLogStreambufTraits

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected