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

Method parse_reference

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

Parse the reference string into a ChangeRef.

(&self)

Source from the content-addressed store, hash-verified

284
285 /// Parse the reference string into a ChangeRef.
286 fn parse_reference(&self) -> ChangeRef {
287 ChangeRef::parse(&self.reference)
288 }
289
290 /// Resolve the reference to a sequence number and entry.
291 fn resolve_reference(&self, repo: &Repository) -> CliResult<(u64, HistoryEntry)> {

Callers 2

resolve_referenceMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected