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

Class Simple

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

Source from the content-addressed store, hash-verified

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)]
83 pub struct Function<const A: usize, const O: usize> {
84 pub args: u8,

Callers 1

simpleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected