MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / stop

Method stop

codewiki/src/fe/background_worker.py:46–48  ·  view source on GitHub ↗

Stop the background worker.

(self)

Source from the content-addressed store, hash-verified

44 print("Background worker started")
45
46 def stop(self):
47 """Stop the background worker."""
48 self.running = False
49
50 def add_job(self, job_id: str, job: JobStatus):
51 """Add a job to the processing queue."""

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected