NullNode is a simple NULL type node
| 231 | |
| 232 | // NullNode is a simple NULL type node |
| 233 | NullNode struct{} |
| 234 | |
| 235 | // NumberNode holds a number: signed or unsigned integer or float. |
| 236 | // The value is parsed and stored under all the types that can represent the value. |
nothing calls this directly
no outgoing calls
no test coverage detected