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

Method delegation_id

atomic-agent/src/envelope.rs:545–548  ·  view source on GitHub ↗
(mut self, id: impl Into<String>)

Source from the content-addressed store, hash-verified

543 /// Set the delegation ID for agent authorization.
544 #[must_use]
545 pub fn delegation_id(mut self, id: impl Into<String>) -> Self {
546 self.delegation_id = Some(id.into());
547 self
548 }
549
550 /// Build the `SessionEnvelope`.
551 pub fn build(self) -> SessionEnvelope {

Callers 1

make_envelopeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected