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

Function ToggleCompletionRendering

tools/shell/shell_metadata_command.cpp:538–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538MetadataResult ToggleCompletionRendering(ShellState &state, const vector<string> &args) {
539 linenoiseSetCompletionRendering(state.StringToBool(args[1]));
540 return MetadataResult::SUCCESS;
541}
542
543MetadataResult ToggleMultiLine(ShellState &state, const vector<string> &args) {
544 if (args.size() != 1) {

Callers

nothing calls this directly

Calls 2

StringToBoolMethod · 0.80

Tested by

no test coverage detected