1. @override
LocalNode getNode(String path)

Gets an existing node.

Source

@override
LocalNode getNode(String path) {
  return _getNode(path);
}