(self, shared, prep_res, exec_res)
| 530 | return ordered_indices # Return the list of indices |
| 531 | |
| 532 | def post(self, shared, prep_res, exec_res): |
| 533 | # exec_res is already the list of ordered indices |
| 534 | shared["chapter_order"] = exec_res # List of indices |
| 535 | |
| 536 | |
| 537 | class WriteChapters(BatchNode): |
nothing calls this directly
no outgoing calls
no test coverage detected