Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ AbsPathJoin
Function
AbsPathJoin
src/util/fs.cpp:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
fs::path AbsPathJoin(const fs::path& base, const fs::path& path)
33
{
34
assert(base.is_absolute());
35
return path.empty() ? base : fs::path(base / path);
36
}
37
38
#ifndef WIN32
39
Callers
12
RestoreWallet
Function · 0.85
GetWalletPath
Function · 0.85
MigrateToSQLite
Method · 0.85
MigrateLegacyToDescriptor
Function · 0.85
VerifyWallets
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
dumptxoutset
Function · 0.85
CreateRolledBackUTXOSnapshot
Function · 0.85
exportasmap
Function · 0.85
GetSettingsPath
Method · 0.85
ReadConfigFiles
Method · 0.85
AbsPathForConfigVal
Function · 0.85
Calls
2
path
Class · 0.70
empty
Method · 0.45
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.68