MCPcopy Create free account
hub / github.com/chc4/lineiform / Move

Class Move

tangle/src/node.rs:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 pub struct Constant(pub isize);
78 #[derive(Debug, Clone)]
79 pub struct Move(pub Storage, pub Storage); // A move operation, sink <- source.
80 #[derive(Debug, Clone)]
81 pub struct Simple(pub Operation); // Instructions or constant operands
82 #[derive(Debug)]

Callers 2

codegenMethod · 0.85
r#moveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected