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

Method pristine

atomic-repository/src/repository/mod.rs:694–696  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

692 /// Get a reference to the pristine database.
693 #[inline]
694 pub fn pristine(&self) -> &Pristine {
695 &self.pristine
696 }
697
698 /// Read the current view from the config file.
699 fn read_current_view(dot_dir: &Path) -> Result<String, RepositoryError> {

Calls

no outgoing calls