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

Method ShellSetFlag

tools/shell/include/shell_state.hpp:357–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 }
356
357 void ShellSetFlag(ShellFlags flag) {
358 shellFlgs |= static_cast<uint32_t>(flag);
359 }
360
361 void ShellClearFlag(ShellFlags flag) {
362 shellFlgs &= ~static_cast<uint32_t>(flag);

Callers 3

DumpTableFunction · 0.80
ToggleHeadersFunction · 0.80
EnableEchoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected