Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ hash
Function
hash
atomic-repository/src/repository/deferred_tree.rs:762–764 ·
view source on GitHub ↗
(label: &str)
Source
from the content-addressed store, hash-verified
760
use atomic_core::types::ChangePosition;
761
762
fn hash(label: &str) -> Hash {
763
Hash::of(label.as_bytes())
764
}
765
766
#[test]
767
fn planner_handles_rename_chains_and_view_visibility() {
Callers
4
planner_handles_rename_chains_and_view_visibility
Function · 0.70
planner_applies_visible_deletion_after_move
Function · 0.70
planner_keeps_foreground_rename_after_deferred_event
Function · 0.70
planner_chooses_latest_visible_inode_for_same_path
Function · 0.70
Calls
1
as_bytes
Method · 0.45
Tested by
4
planner_handles_rename_chains_and_view_visibility
Function · 0.56
planner_applies_visible_deletion_after_move
Function · 0.56
planner_keeps_foreground_rename_after_deferred_event
Function · 0.56
planner_chooses_latest_visible_inode_for_same_path
Function · 0.56