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