MCPcopy Create free account
hub / github.com/AutoPackAI/autopack / functions_summary

Function functions_summary

autopack/utils.py:180–181  ·  view source on GitHub ↗
(packs: list["Pack"])

Source from the content-addressed store, hash-verified

178
179
180def functions_summary(packs: list["Pack"]) -> str:
181 return ", ".join([f"{pack.name}" for pack in packs])
182
183
184def extract_unique_directory_name(repo_url: str) -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected