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

Method with_reference

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

Builder: set the reference.

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

Source from the content-addressed store, hash-verified

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

Callers 3

Calls

no outgoing calls

Tested by 3