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

Method Print

tools/shell/shell_renderer.cpp:773–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771 }
772 }
773 void Print(const string &str) override {
774 MeasureText(str.c_str(), str.size());
775 }
776 void Print(duckdb::string_t str) override {
777 MeasureText(str.GetData(), str.GetSize());
778 }

Callers 15

RenderRowMethod · 0.45
RenderHeaderMethod · 0.45
RenderHeaderMethod · 0.45
PrintRowSeparatorMethod · 0.45
RenderHeaderMethod · 0.45
RenderHeaderMethod · 0.45
PrintBoxLineMethod · 0.45
PrintBoxRowSeparatorMethod · 0.45
RenderHeaderMethod · 0.45
RenderFooterMethod · 0.45
RenderRowMethod · 0.45

Calls 4

c_strMethod · 0.80
sizeMethod · 0.45
GetDataMethod · 0.45
GetSizeMethod · 0.45

Tested by

no test coverage detected