MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / EdgeUpdate

Class EdgeUpdate

atomic-core/src/change/atom.rs:306–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304/// - Update folder structure
305#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
306pub struct EdgeUpdate<H> {
307 /// The edge modifications to apply.
308 pub edges: Vec<NewEdge<H>>,
309
310 /// The file (inode) these edges belong to.
311 pub inode: Position<H>,
312}
313
314impl<H> EdgeUpdate<H> {
315 /// Create a new empty EdgeUpdate for a given inode.

Callers 12

build_graph_first_changeFunction · 0.85
globalize_replaceFunction · 0.85
nextMethod · 0.85
to_optionMethod · 0.85
fromMethod · 0.85
test_atom_is_edge_mapFunction · 0.85
compact_atomMethod · 0.85
expand_atomMethod · 0.85

Calls

no outgoing calls