Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
void LogConsoleSink::flush() SKR_NOEXCEPT
273
{
274
SkrZoneScopedN(
"ANSI::Flush"
);
275
276
::fflush(stdout);
277
}
278
279
void LogConsoleWindowSink::sink(const LogEvent& event, skr::StringView content) SKR_NOEXCEPT
280
{
Callers
1
FlushAllSinks
Method · 0.45
Calls
1
flush
Function · 0.85
Tested by
no test coverage detected