Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chc4/lineiform
/ simple
Method
simple
tangle/src/node.rs:722–724 ·
view source on GitHub ↗
(op: Operation)
Source
from the content-addressed store, hash-verified
720
}
721
722
pub fn simple(op: Operation) -> NodeVariant::Simple {
723
NodeVariant::Simple(op)
724
}
725
726
pub fn r#move(sink: Storage, source: Storage) -> NodeVariant::Move {
727
NodeVariant::Move(sink, source)
Callers
nothing calls this directly
Calls
1
Simple
Class · 0.85
Tested by
no test coverage detected