wp-includes/php-ai-client/src/Messages/DTO/MessagePart.php:254Performs a deep clone of the message part.
public function __clone() { if ($this->file !== null) { $this->file = clone $this->file; } if ($this->functionCall !== null) { $this->functionCall = clone $this->functionCall; } if ($this->functionResponse !== null) { $this->functionResponse = clone $this->functionResponse; } }Introduced in 0.4.2. Unchanged from 7.0.4 through 7.1.0.
Signature, return type and hooks compared across 2 parsed releases.
src/wp-includes/php-ai-client/src/Messages/DTO/MessagePart.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.