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

Method constant

tangle/src/node.rs:718–720  ·  view source on GitHub ↗
(n: isize)

Source from the content-addressed store, hash-verified

716 }
717 }
718 pub fn constant(n: isize) -> NodeVariant::Constant {
719 NodeVariant::Constant(n)
720 }
721
722 pub fn simple(op: Operation) -> NodeVariant::Simple {
723 NodeVariant::Simple(op)

Callers

nothing calls this directly

Calls 1

ConstantClass · 0.70

Tested by

no test coverage detected