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

Method logNoNL

test/BaseTest.cpp:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 static void logNoNL( std::ostream & stream
158 , std::string const & text )
159 {
160 stream << "ERROR: " << text;
161 fmt::print( "{}\n", text );
162 }
163 };
164
165#if defined( _WIN32 )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected