MCPcopy Create free account
hub / github.com/chc4/lineiform / r#move

Method r#move

tangle/src/node.rs:726–728  ·  view source on GitHub ↗
(sink: Storage, source: Storage)

Source from the content-addressed store, hash-verified

724 }
725
726 pub fn r#move(sink: Storage, source: Storage) -> NodeVariant::Move {
727 NodeVariant::Move(sink, source)
728 }
729
730 // id like for this to just take an ABI parameter but rust deprececated
731 // default generic arguments for functions :/

Callers

nothing calls this directly

Calls 1

MoveClass · 0.85

Tested by

no test coverage detected