Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
void color_ostream_wrapper::add_text(color_value, const std::string &text)
97
{
98
out << text;
99
}
100
101
void color_ostream_wrapper::flush_proxy()
102
{
Callers
2
decode
Method · 0.45
flush_proxy
Method · 0.45
Calls
2
empty
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected