Nature returns the nature of the node.
()
| 48 | |
| 49 | // Nature returns the nature of the node. |
| 50 | func (n *base) Nature() *nature.Nature { |
| 51 | return &n.nature |
| 52 | } |
| 53 | |
| 54 | // SetNature sets the nature of the node. |
| 55 | func (n *base) SetNature(nature nature.Nature) { |
nothing calls this directly
no outgoing calls
no test coverage detected