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

Function ToggleHighlightResult

tools/shell/shell_metadata_command.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214MetadataResult ToggleHighlightResult(ShellState &state, const vector<string> &args) {
215 state.highlight_results = state.StringToBool(args[1]) ? OptionType::ON : OptionType::OFF;
216 return MetadataResult::SUCCESS;
217}
218
219MetadataResult ShowHelp(ShellState &state, const vector<string> &args) {
220 if (args.size() >= 2) {

Callers

nothing calls this directly

Calls 1

StringToBoolMethod · 0.80

Tested by

no test coverage detected