Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DumpTable
Function · 0.80
ToggleHeaders
Function · 0.80
EnableEcho
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected