SetNature sets the nature of the node.
(nature nature.Nature)
| 53 | |
| 54 | // SetNature sets the nature of the node. |
| 55 | func (n *base) SetNature(nature nature.Nature) { |
| 56 | n.nature = nature |
| 57 | } |
| 58 | |
| 59 | // Type returns the type of the node. |
| 60 | func (n *base) Type() reflect.Type { |
nothing calls this directly
no outgoing calls
no test coverage detected