Automattic\WooCommerce\Vendor\GraphQL\Language\AST
Node::cloneDeep
Returns a clone of this instance and all its children, except Location $loc.
Method of the class: Node{}
No Hooks.
Returns
static.
Usage
$Node = new Node(); $Node->cloneDeep(): self;
Node::cloneDeep() Node::cloneDeep code WC 10.9.4
public function cloneDeep(): self
{
return static::cloneValue($this);
}