MCPcopy 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
166std::string_view setColorForDocumentation()
167{
168 return "\033[38;5;236m"; /// Dark Grey
169}
170
171template <typename Out>
172void writeWithWidth(Out & out, std::string_view s, size_t width)

Callers 1

writeTableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected