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

Method managed_view

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

The view declared by the governing managed run, if any.

(&self)

Source from the content-addressed store, hash-verified

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

Callers 2

handle_session_startMethod · 0.80

Calls 1

as_refMethod · 0.80

Tested by

no test coverage detected