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

Method with_identity

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

Builder: set the identity.

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

Source from the content-addressed store, hash-verified

289
290 /// Builder: set the identity.
291 pub fn with_identity(mut self, identity: impl Into<String>) -> Self {
292 self.identity = Some(identity.into());
293 self
294 }
295
296 /// Builder: set the usage context.
297 pub fn with_usage(mut self, usage: impl Into<String>) -> Self {

Callers 2

Calls

no outgoing calls

Tested by 2