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

Method from

atomic-core/src/change/atom.rs:152–154  ·  view source on GitHub ↗
(v: Insertion<H>)

Source from the content-addressed store, hash-verified

150
151impl<H> From<Insertion<H>> for Atom<H> {
152 fn from(v: Insertion<H>) -> Self {
153 Atom::Insertion(v)
154 }
155}
156
157impl<H> From<EdgeUpdate<H>> for Atom<H> {

Callers

nothing calls this directly

Calls 2

InsertionClass · 0.85
EdgeUpdateClass · 0.85

Tested by

no test coverage detected