(self, shared, prep_res, exec_res)
| 232 | return validated_abstractions |
| 233 | |
| 234 | def post(self, shared, prep_res, exec_res): |
| 235 | shared["abstractions"] = ( |
| 236 | exec_res # List of {"name": str, "description": str, "files": [int]} |
| 237 | ) |
| 238 | |
| 239 | |
| 240 | class AnalyzeRelationships(Node): |
nothing calls this directly
no outgoing calls
no test coverage detected