MCPcopy 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
915void Console::flush_proxy()
916{
917 std::lock_guard<std::recursive_mutex> lock{*wlock};
918 if (inited)
919 d->flush();
920}
921
922void Console::add_text(color_value color, const std::string &text)
923{

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected