MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / set_managed_run

Method set_managed_run

atomic-agent/src/turn/orchestrator/mod.rs:477–479  ·  view source on GitHub ↗

Attach the managed-run context for this hook invocation (see [`ManagedRunContext`]).

(&mut self, context: ManagedRunContext)

Source from the content-addressed store, hash-verified

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>) {

Calls

no outgoing calls