Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/duckdb/duckdb
/ SupportsHighlight
Method
SupportsHighlight
tools/shell/shell_renderer.cpp:789–791 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
787
void SetTextMode() override {
788
}
789
bool SupportsHighlight() override {
790
return false;
791
}
792
793
string output;
794
idx_t max_width = 0;
Callers
1
RenderQueryResult
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected