Automattic\WooCommerce\Internal\Admin\Logging\FileV2
File::get_hash
Get the file's hash property.
Method of the class: File{}
No Hooks.
Returns
String.
Usage
$File = new File(); $File->get_hash(): string;
File::get_hash() File::get hash code WC 10.6.2
public function get_hash(): string {
return $this->hash;
}