| 197 | static bool g_generated_pid{false}; |
| 198 | |
| 199 | static fs::path GetPidFile(const ArgsManager& args) |
| 200 | { |
| 201 | return AbsPathForConfigVal(args, args.GetPathArg("-pid", BITCOIN_PID_FILENAME)); |
| 202 | } |
| 203 | |
| 204 | [[nodiscard]] static bool CreatePidFile(const ArgsManager& args) |
| 205 | { |
no test coverage detected