(val, name)
| 94 | return needed |
| 95 | |
| 96 | def check_add(val, name): |
| 97 | if val is None: |
| 98 | needed.append(name) |
| 99 | |
| 100 | # Detect if we're in pipeline context (any prefixed parameter is not None) |
| 101 | is_pipeline_context = any( |
no outgoing calls
no test coverage detected