Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ register
Method
register
atomic-core/src/merge/engine.rs:356–358 ·
view source on GitHub ↗
(&mut self, id: NodeId, hash: Hash)
Source
from the content-addressed store, hash-verified
354
}
355
356
fn register(&mut self, id: NodeId, hash: Hash) {
357
self.externals.insert(id, hash);
358
}
359
}
360
361
impl GraphTxnT for MockTxn {
Callers
6
no_ancestor_returns_no_crdt_data
Function · 0.45
auto_merge_non_overlapping_edits
Function · 0.45
conflict_on_overlapping_edits
Function · 0.45
both_sides_same_edit_auto_merges
Function · 0.45
empty_vertices_produce_auto_merge
Function · 0.45
code_auto_merge
Function · 0.45
Calls
1
insert
Method · 0.45
Tested by
6
no_ancestor_returns_no_crdt_data
Function · 0.36
auto_merge_non_overlapping_edits
Function · 0.36
conflict_on_overlapping_edits
Function · 0.36
both_sides_same_edit_auto_merges
Function · 0.36
empty_vertices_produce_auto_merge
Function · 0.36
code_auto_merge
Function · 0.36