(&self, id: &str)
| 72 | } |
| 73 | |
| 74 | fn subagent_tasks_path(&self, id: &str) -> PathBuf { |
| 75 | self.dir |
| 76 | .join("subagent_tasks") |
| 77 | .join(format!("{}.json", safe_session_id(id))) |
| 78 | } |
| 79 | |
| 80 | fn loop_checkpoint_path(&self, run_id: &str) -> PathBuf { |
| 81 | self.dir |
no outgoing calls
no test coverage detected