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

Method managed_stamp

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

The stamp to write onto sessions born under the managed run.

(&self)

Source from the content-addressed store, hash-verified

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 {

Callers 2

handle_session_startMethod · 0.80

Calls 2

as_refMethod · 0.80
cloneMethod · 0.45

Tested by

no test coverage detected