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

Method with_reference

atomic-cli/src/commands/revise.rs:251–254  ·  view source on GitHub ↗

Builder: set the reference.

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

Source from the content-addressed store, hash-verified

249
250 /// Builder: set the reference.
251 pub fn with_reference(mut self, reference: impl Into<String>) -> Self {
252 self.reference = reference.into();
253 self
254 }
255
256 /// Builder: set the message.
257 pub fn with_message(mut self, message: impl Into<String>) -> Self {

Callers 3

Calls

no outgoing calls

Tested by 3