Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ setColorForDocumentation
Function
setColorForDocumentation
src/Client/ProgressTable.cpp:166–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
std::string_view setColorForDocumentation()
167
{
168
return
"\033[38;5;236m"
; /// Dark Grey
169
}
170
171
template <typename Out>
172
void writeWithWidth(Out & out, std::string_view s, size_t width)
Callers
1
writeTable
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected