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

Class Constant

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

Source from the content-addressed store, hash-verified

75 use super::*;
76 #[derive(Debug, Clone)]
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)]

Callers 1

constantMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected