Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ end_batch
Method
end_batch
library/ColorText.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void color_ostream::end_batch()
68
{
69
flush_proxy();
70
}
71
72
color_ostream::color_ostream() : std::ostream(new buffer(this)), cur_color(COLOR_RESET)
73
{
Callers
2
decode
Method · 0.45
flush_proxy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected