| 2892 | } |
| 2893 | |
| 2894 | string ShellState::GetDefaultDuckDBRC() { |
| 2895 | return GetHomeDirectory() + "/.duckdbrc"; |
| 2896 | } |
| 2897 | |
| 2898 | /* |
| 2899 | ** Read input from the file given by sqliterc_override. Or if that |
nothing calls this directly
no test coverage detected