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

Method with_identity

atomic-cli/src/commands/record/mod.rs:299–302  ·  view source on GitHub ↗

Builder: set the identity.

(mut self, identity: impl Into<String>)

Source from the content-addressed store, hash-verified

297
298 /// Builder: set the identity.
299 pub fn with_identity(mut self, identity: impl Into<String>) -> Self {
300 self.identity = Some(identity.into());
301 self
302 }
303
304 /// Builder: set the usage context.
305 pub fn with_usage(mut self, usage: impl Into<String>) -> Self {

Callers 2

Calls

no outgoing calls

Tested by 2