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

Method ShellClearFlag

tools/shell/include/shell_state.hpp:361–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359 }
360
361 void ShellClearFlag(ShellFlags flag) {
362 shellFlgs &= ~static_cast<uint32_t>(flag);
363 }
364 void ResetOutput();
365 bool ShouldUsePager(ShellRenderer &renderer, RenderingQueryResult &result);
366 bool ShouldUsePager();

Callers 1

DumpTableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected