MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / list_jobs_tool

Method list_jobs_tool

src/codegraphcontext/server.py:368–369  ·  view source on GitHub ↗
(self, **args: Any)

Source from the content-addressed store, hash-verified

366 return management_handlers.check_job_status(self.job_manager, **args)
367
368 def list_jobs_tool(self, **args: Any) -> Dict[str, Any]:
369 return management_handlers.list_jobs(self.job_manager)
370
371 def list_watched_paths_tool(self, **args) -> Dict[str, Any]:
372 return watcher_handlers.list_watched_paths(self.code_watcher, **args)

Callers

nothing calls this directly

Calls 1

list_jobsMethod · 0.80

Tested by

no test coverage detected