must implement this since we store these in our graphs Apply is a general purpose iterator method that operates on any node.
(fn func(Node) error)
| 49 | |
| 50 | // Apply is a general purpose iterator method that operates on any node. |
| 51 | Apply(fn func(Node) error) error |
| 52 | |
| 53 | //Parent() Node // TODO: should we implement this? |
| 54 | } |
no outgoing calls
no test coverage detected