Valid reports whether v's underlying value is non-nil.
()
| 125 | |
| 126 | // Valid reports whether v's underlying value is non-nil. |
| 127 | func (v NodeView) Valid() bool { return v.ж != nil } |
| 128 | |
| 129 | // AsStruct returns a clone of the underlying value which aliases no memory with |
| 130 | // the original. |
no outgoing calls