(self, shared, prep_res, exec_res)
| 78 | return files_list |
| 79 | |
| 80 | def post(self, shared, prep_res, exec_res): |
| 81 | shared["files"] = exec_res # List of (path, content) tuples |
| 82 | |
| 83 | |
| 84 | class IdentifyAbstractions(Node): |
no outgoing calls
no test coverage detected