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

Method sort

atomic-repository/src/archive.rs:538–540  ·  view source on GitHub ↗

Sort entries by path.

(&mut self)

Source from the content-addressed store, hash-verified

536
537 /// Sort entries by path.
538 pub fn sort(&mut self) {
539 self.entries.sort_by(|a, b| a.path.cmp(&b.path));
540 }
541}
542
543impl fmt::Display for ArchiveManifest {

Callers 15

view_name_candidatesFunction · 0.80
show_session_detailFunction · 0.80
build_session_intent_mapFunction · 0.80
search_termsFunction · 0.80
repo_with_intentsFunction · 0.80
build_reportFunction · 0.80
import_ignore_patternsFunction · 0.80
build_graph_first_changeFunction · 0.80
with_causal_parentsMethod · 0.80

Calls 1

cmpMethod · 0.80