tryFind

Try to get the value at path, assign to result, and return success. *

Parameters

node
Type: Node

The node to search.

path
Type: string

The path to look for in the node.

result
Type: T

ref The value to assign the result to. *

Return Value

Type: bool

Whether or not the path was found.

Meta