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

Function GetHomeDirectory

tools/shell/shell.cpp:2889–2892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2887}
2888
2889static string GetHomeDirectory() {
2890 duckdb::LocalFileSystem lfs;
2891 return lfs.GetHomeDirectory();
2892}
2893
2894string ShellState::GetDefaultDuckDBRC() {
2895 return GetHomeDirectory() + "/.duckdbrc";

Callers 5

GetDefaultDuckDBRCMethod · 0.85
RunShellFunction · 0.85
GetHomeDirectoryMethod · 0.85
ExpandPathMethod · 0.85
GetHomeDirectoryMethod · 0.85

Calls 1

GetHomeDirectoryMethod · 0.45

Tested by

no test coverage detected