The stamp to write onto sessions born under the managed run.
(&self)
| 315 | |
| 316 | /// The stamp to write onto sessions born under the managed run. |
| 317 | pub(crate) fn managed_stamp(&self) -> Option<ManagedRunStamp> { |
| 318 | self.managed_run.as_ref().map(|m| m.stamp.clone()) |
| 319 | } |
| 320 | |
| 321 | /// Returns the repository root path. |
| 322 | pub fn repo_root(&self) -> &Path { |
no test coverage detected