()
| 30 | |
| 31 | |
| 32 | def can_do_api_calls(): |
| 33 | if not DEJACODE_API_KEY and DEJACODE_API_URL: |
| 34 | print("DejaCode DEJACODE_API_KEY and DEJACODE_API_URL not configured. Doing nothing") |
| 35 | return False |
| 36 | else: |
| 37 | return True |
| 38 | |
| 39 | |
| 40 | def fetch_dejacode_packages(params): |
no outgoing calls
no test coverage detected