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

Class Node

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

[derive(Debug)]

Source from the content-addressed store, hash-verified

44
45//#[derive(Debug)]
46pub struct Node {
47 pub variant: Rc<NodeCell>,
48 pub inputs: Vec<PortIdx>,
49 pub outputs: Vec<PortIdx>,
50 pub label: Option<String>,
51 pub containing_region: Option<RegionIdx>,
52 pub time: Timestamp,
53 pub done: bool,
54}
55
56#[derive(Debug, PartialEq, Clone)]
57pub enum Operation {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected