Attach the managed-run context for this hook invocation (see [`ManagedRunContext`]).
(&mut self, context: ManagedRunContext)
| 475 | /// Attach the managed-run context for this hook invocation |
| 476 | /// (see [`ManagedRunContext`]). |
| 477 | pub fn set_managed_run(&mut self, context: ManagedRunContext) { |
| 478 | self.managed_run = Some(context); |
| 479 | } |
| 480 | |
| 481 | /// Route provenance mutations through a committed repository owner. |
| 482 | pub fn set_journal_sink(&mut self, sink: Arc<dyn ProvenanceJournalSink>) { |
no outgoing calls