Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ AbsPathJoin
Function
AbsPathJoin
src/fs.cpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
fs::path AbsPathJoin(const fs::path& base, const fs::path& path)
38
{
39
assert(base.is_absolute());
40
return path.empty() ? base : fs::path(base / path);
41
}
42
43
#ifndef WIN32
44
Callers
9
ExecuteWalletToolFunc
Function · 0.85
RestoreWallet
Function · 0.85
MakeWalletDatabase
Function · 0.85
VerifyWallets
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
GetMainchainAuthCookieFile
Function · 0.85
dumptxoutset
Function · 0.85
GetSettingsPath
Method · 0.85
AbsPathForConfigVal
Function · 0.85
Calls
2
path
Class · 0.85
empty
Method · 0.45
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.68