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

Function GetPidFile

src/init.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143#endif
144
145static fs::path GetPidFile(const ArgsManager& args)
146{
147 return AbsPathForConfigVal(fs::PathFromString(args.GetArg("-pid", BITCOIN_PID_FILENAME)));
148}
149
150[[nodiscard]] static bool CreatePidFile(const ArgsManager& args)
151{

Callers 2

CreatePidFileFunction · 0.85
ShutdownFunction · 0.85

Calls 3

AbsPathForConfigValFunction · 0.85
PathFromStringFunction · 0.85
GetArgMethod · 0.80

Tested by

no test coverage detected