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

Method reference

atomic-cli/src/commands/stash.rs:215–217  ·  view source on GitHub ↗

Format the stash reference (e.g., "stash@{0}").

(&self)

Source from the content-addressed store, hash-verified

213impl StashEntry {
214 /// Format the stash reference (e.g., "stash@{0}").
215 pub fn reference(&self) -> String {
216 format!("stash@{{{}}}", self.index)
217 }
218
219 /// Format the stash entry for display.
220 ///

Callers 1

run_pushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected