MCPcopy Create free account
hub / github.com/StackStorm/st2 / get_all

Method get_all

st2api/st2api/controllers/v1/packs.py:351–356  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

349 health = IndexHealthController()
350
351 def get_all(self):
352 proxy_config = _get_proxy_config()
353
354 index, status = packs_service.fetch_pack_index(proxy_config=proxy_config)
355
356 return {"status": status, "index": index}
357
358
359class PacksController(BasePacksController):

Callers

nothing calls this directly

Calls 1

_get_proxy_configFunction · 0.85

Tested by

no test coverage detected