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

Method pristine

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

Source from the content-addressed store, hash-verified

593 /// Get a reference to the pristine database.
594 #[inline]
595 pub fn pristine(&self) -> &Pristine {
596 &self.pristine
597 }
598
599 /// Read the current view from the config file.
600 fn read_current_view(dot_dir: &Path) -> Result<String, RepositoryError> {

Callers 9

run_two_tierMethod · 0.80
resolve_sequenceMethod · 0.80
get_latest_changeMethod · 0.80
crdt_outputFunction · 0.80

Calls

no outgoing calls

Tested by 5

crdt_outputFunction · 0.64