MCPcopy Create free account
hub / github.com/AutoForgeAI/autoforge / _remove_lock

Method _remove_lock

server/services/process_manager.py:226–228  ·  view source on GitHub ↗

Remove lock file.

(self)

Source from the content-addressed store, hash-verified

224 return False
225
226 def _remove_lock(self) -> None:
227 """Remove lock file."""
228 self.lock_file.unlink(missing_ok=True)
229
230 async def _broadcast_output(self, line: str) -> None:
231 """Broadcast output line to all registered callbacks."""

Callers 5

_stream_outputMethod · 0.95
stopMethod · 0.95
pauseMethod · 0.95
resumeMethod · 0.95
healthcheckMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected