Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
543
impl fmt::Display for ArchiveManifest {
Callers
15
import_ignore_patterns
Function · 0.80
build_graph_first_change
Function · 0.80
run
Method · 0.80
test_session_start_in_sandbox_adopts_view_without_forking
Function · 0.80
test_node_ids_are_unique
Function · 0.80
diff_snapshots
Function · 0.80
dependencies_sorted
Method · 0.80
finalize
Method · 0.80
walk_files
Method · 0.80
walk_files
Method · 0.80
iter_trunk_branches_in_file_order
Function · 0.80
test_section_types_cover_all_file_regions
Function · 0.80
Calls
1
cmp
Method · 0.80
Tested by
8
test_session_start_in_sandbox_adopts_view_without_forking
Function · 0.64
test_node_ids_are_unique
Function · 0.64
test_section_types_cover_all_file_regions
Function · 0.64
test_compact_position_ordering
Function · 0.64
test_compact_graph_op_all_type_names
Function · 0.64
test_inode_vertex_btree_ordering_property
Function · 0.64
test_archive_manifest_sort
Function · 0.64
test_execute_plan_deduplicates_nodes
Function · 0.64