MCPcopy 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
67void color_ostream::end_batch()
68{
69 flush_proxy();
70}
71
72color_ostream::color_ostream() : std::ostream(new buffer(this)), cur_color(COLOR_RESET)
73{

Callers 2

decodeMethod · 0.45
flush_proxyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected