Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ push
Method
push
atomic-core/src/change/atom.rs:336–338 ·
view source on GitHub ↗
Add an edge modification.
(&mut self, edge: NewEdge<H>)
Source
from the content-addressed store, hash-verified
334
335
/// Add an edge modification.
336
pub fn push(&mut self, edge: NewEdge<H>) {
337
self.edges.push(edge);
338
}
339
}
340
341
impl<H: Clone> EdgeUpdate<H> {
Callers
15
iter_trunk_branches_in_file_order
Function · 0.45
encode_trunk_value
Function · 0.45
put_branch
Method · 0.45
put_leaf
Method · 0.45
resolve_position
Method · 0.45
put_branch
Method · 0.45
put_leaf
Method · 0.45
put_branch
Method · 0.45
put_leaf
Method · 0.45
add_conflict
Method · 0.45
add
Method · 0.45
add_simple
Method · 0.45
Calls
no outgoing calls
Tested by
10
fmt
Method · 0.36
add_model
Method · 0.36
add_change
Method · 0.36
test_change_knows
Function · 0.36
test_edge_map_push
Function · 0.36
test_edge_map_concat
Function · 0.36
test_edge_map_display
Function · 0.36
test_edge_map_json_roundtrip
Function · 0.36
test_edge_map_many_edges
Function · 0.36
test_selective_reading_graph_only
Function · 0.36