Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ flush_proxy
Method
flush_proxy
library/Console-posix.cpp:915–920 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
913
}
914
915
void Console::flush_proxy()
916
{
917
std::lock_guard<std::recursive_mutex> lock{*wlock};
918
if (inited)
919
d->flush();
920
}
921
922
void Console::add_text(color_value color, const std::string &text)
923
{
Callers
nothing calls this directly
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected