Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ file_idx
Method
file_idx
atomic-core/src/crdt/ids.rs:78–80 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
76
/// Returns the index within the creating change.
77
#[inline]
78
pub const fn file_idx(&self) -> u32 {
79
self.file_idx
80
}
81
82
/// Returns `true` if this is the root trunk ID.
83
#[inline]
Callers
7
anchor_to_graph
Function · 0.80
encode_trunk_id
Function · 0.80
apply_file_ops_batched
Function · 0.80
apply_file_ops_batched_groups
Function · 0.80
apply_single_file_ops
Function · 0.80
crdt_trunk_exists
Function · 0.80
resolve_trunk_id
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected