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

Method with_reference

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

Builder: set the reference.

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

Source from the content-addressed store, hash-verified

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

Callers 3

Calls

no outgoing calls

Tested by 3