(&self, id: &str)
| 54 | } |
| 55 | |
| 56 | fn trace_path(&self, id: &str) -> PathBuf { |
| 57 | self.dir |
| 58 | .join("traces") |
| 59 | .join(format!("{}.json", safe_session_id(id))) |
| 60 | } |
| 61 | |
| 62 | fn verification_path(&self, id: &str) -> PathBuf { |
| 63 | self.dir |
no outgoing calls
no test coverage detected