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

Method GetDefaultDuckDBRC

tools/shell/shell.cpp:2894–2896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetHomeDirectoryFunction · 0.85

Tested by

no test coverage detected