MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / AbsPathForConfigVal

Function AbsPathForConfigVal

src/util.cpp:1237–1240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235}
1236
1237fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific)
1238{
1239 return fs::absolute(path, GetDataDir(net_specific));
1240}
1241
1242int ScheduleBatchPriority(void)
1243{

Callers 4

InitLoggingFunction · 0.85
GetConfigFileFunction · 0.85
GetPidFileFunction · 0.85
GetAuthCookieFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected