Automattic\WooCommerce\Vendor\GraphQL\Server

RequestError::isClientSafepublicWC 1.0

Method of the class: RequestError{}

No Hooks.

Returns

null. Nothing (null).

Usage

$RequestError = new RequestError();
$RequestError->isClientSafe(): bool;

RequestError::isClientSafe() code WC 10.9.1

public function isClientSafe(): bool
{
    return true;
}