MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / remove_pid_file

Function remove_pid_file

core/daemon.py:73–75  ·  view source on GitHub ↗

Remove PID file on shutdown.

()

Source from the content-addressed store, hash-verified

71
72
73def remove_pid_file():
74 """Remove PID file on shutdown."""
75 PID_FILE.unlink(missing_ok=True)
76
77
78# ==================== Unix Socket Server ====================

Callers 2

_main_loopMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected