MCPcopy Index your code
hub / github.com/FSoft-AI4Code/CodeWiki / get_all_jobs

Method get_all_jobs

codewiki/src/fe/background_worker.py:59–61  ·  view source on GitHub ↗

Get all job statuses.

(self)

Source from the content-addressed store, hash-verified

57 return self.job_status.get(job_id)
58
59 def get_all_jobs(self) -> Dict[str, JobStatus]:
60 """Get all job statuses."""
61 return self.job_status
62
63 def load_job_statuses(self):
64 """Load job statuses from disk."""

Callers 3

index_getMethod · 0.80
index_postMethod · 0.80
cleanup_old_jobsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected