MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / flush

Method flush

modules/core/core/src/core/log/log_sink.cpp:272–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void LogConsoleSink::flush() SKR_NOEXCEPT
273{
274 SkrZoneScopedN("ANSI::Flush");
275
276 ::fflush(stdout);
277}
278
279void LogConsoleWindowSink::sink(const LogEvent& event, skr::StringView content) SKR_NOEXCEPT
280{

Callers 1

FlushAllSinksMethod · 0.45

Calls 1

flushFunction · 0.85

Tested by

no test coverage detected