MCPcopy Create free account
hub / github.com/ElementsProject/elements / AbsPathForConfigVal

Function AbsPathForConfigVal

src/util/system.cpp:1405–1411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1403}
1404
1405fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific)
1406{
1407 if (path.is_absolute()) {
1408 return path;
1409 }
1410 return fsbridge::AbsPathJoin(net_specific ? gArgs.GetDataDirNet() : gArgs.GetDataDirBase(), path);
1411}
1412
1413void ScheduleBatchPriority()
1414{

Callers 4

GetPidFileFunction · 0.85
SetLoggingOptionsFunction · 0.85
GetAuthCookieFileFunction · 0.85
GetConfigFileFunction · 0.85

Calls 1

AbsPathJoinFunction · 0.85

Tested by

no test coverage detected