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