(&self, run_id: &str)
| 78 | } |
| 79 | |
| 80 | fn loop_checkpoint_path(&self, run_id: &str) -> PathBuf { |
| 81 | self.dir |
| 82 | .join("loop_checkpoints") |
| 83 | .join(format!("{}.json", safe_session_id(run_id))) |
| 84 | } |
| 85 | |
| 86 | fn workflow_checkpoint_path(&self, workflow_id: &str) -> PathBuf { |
| 87 | self.dir |
no outgoing calls
no test coverage detected