MCPcopy Create free account
hub / github.com/agent0ai/agent-zero / get_active_projects_list

Method get_active_projects_list

api/projects.py:48–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 }
47
48 def get_active_projects_list(self):
49 return projects.get_active_projects_list()
50
51 def get_active_projects_options(self):
52 items = projects.get_active_projects_list() or []

Callers 6

processMethod · 0.95
_handle_projectFunction · 0.80
_project_viewFunction · 0.80
_select_projectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected