(self)
| 115 | |
| 116 | @property |
| 117 | def _is_cpp(self) -> bool: |
| 118 | return any(lang in _CPP_LANGUAGES for lang in self.solution.spec.languages) |
| 119 | |
| 120 | def _inject_gencode_flags(self, sol_dict: dict) -> dict: |
| 121 | """Auto-inject -gencode flags when no explicit arch flag is set. |
nothing calls this directly
no outgoing calls
no test coverage detected