(packs: list["Pack"])
| 178 | |
| 179 | |
| 180 | def functions_summary(packs: list["Pack"]) -> str: |
| 181 | return ", ".join([f"{pack.name}" for pack in packs]) |
| 182 | |
| 183 | |
| 184 | def extract_unique_directory_name(repo_url: str) -> str: |
nothing calls this directly
no outgoing calls
no test coverage detected