The view declared by the governing managed run, if any.
(&self)
| 310 | |
| 311 | /// The view declared by the governing managed run, if any. |
| 312 | pub(crate) fn managed_view(&self) -> Option<&str> { |
| 313 | self.managed_run.as_ref().and_then(|m| m.view.as_deref()) |
| 314 | } |
| 315 | |
| 316 | /// The stamp to write onto sessions born under the managed run. |
| 317 | pub(crate) fn managed_stamp(&self) -> Option<ManagedRunStamp> { |
no test coverage detected