Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
void color_ostream_wrapper::flush_proxy()
102
{
103
out << std::flush;
104
}
105
106
void buffered_color_ostream::add_text(color_value color, const std::string &text)
107
{
Callers
nothing calls this directly
Calls
7
empty
Method · 0.45
begin_batch
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
add_text
Method · 0.45
end_batch
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected