Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
impl<H> From<Insertion<H>> for Atom<H> {
152
fn from(v: Insertion<H>) -> Self {
153
Atom::Insertion(v)
154
}
155
}
156
157
impl<H> From<EdgeUpdate<H>> for Atom<H> {
Callers
nothing calls this directly
Calls
2
Insertion
Class · 0.85
EdgeUpdate
Class · 0.85
Tested by
no test coverage detected