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

Method add_text

library/ColorText.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void color_ostream_wrapper::add_text(color_value, const std::string &text)
97{
98 out << text;
99}
100
101void color_ostream_wrapper::flush_proxy()
102{

Callers 2

decodeMethod · 0.45
flush_proxyMethod · 0.45

Calls 2

emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected