MCPcopy Create free account
hub / github.com/duckdb/duckdb / PrintText

Method PrintText

tools/shell/shell_renderer.cpp:1607–1613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1605 }
1606
1607 void PrintText(const string &text, HighlightElementType element_type) {
1608 if (highlight) {
1609 shell_highlight.PrintText(text, output, element_type);
1610 } else {
1611 out.Print(text);
1612 }
1613 }
1614
1615private:
1616 PrintStream &out;

Callers 1

WriteLogEntryMethod · 0.45

Calls 1

PrintMethod · 0.45

Tested by

no test coverage detected