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

Method view

atomic-repository/src/status.rs:447–449  ·  view source on GitHub ↗

Get the current view name.

(&self)

Source from the content-addressed store, hash-verified

445
446 /// Get the current view name.
447 pub fn view(&self) -> &str {
448 &self.view
449 }
450
451 /// Backward-compatible alias for [`view()`](Self::view).
452 pub fn stack(&self) -> &str {

Calls

no outgoing calls