N98\Magento\Command\Database\Compressor\AbstractCompressor::hasPipeViewer PHP Method

hasPipeViewer() protected method

Check whether pv is installed
protected hasPipeViewer ( ) : boolean
return boolean
    protected function hasPipeViewer()
    {
        return OperatingSystem::isProgramInstalled('pv');
    }