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

Enum Atom

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

Source from the content-addressed store, hash-verified

75/// doesn't yet have a hash.
76#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
77pub enum Atom<H> {
78 /// Insert new content into the graph
79 Insertion(Insertion<H>),
80 /// Modify existing edges
81 EdgeUpdate(EdgeUpdate<H>),
82}
83
84impl<H> Atom<H> {
85 /// Check if this is a Insertion atom.

Callers 1

nextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected