MCPcopy Create free account
hub / github.com/DFHack/dfhack / flush_proxy

Method flush_proxy

library/ColorText.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void color_ostream_wrapper::flush_proxy()
102{
103 out << std::flush;
104}
105
106void buffered_color_ostream::add_text(color_value color, const std::string &text)
107{

Callers

nothing calls this directly

Calls 7

emptyMethod · 0.45
begin_batchMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
add_textMethod · 0.45
end_batchMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected