N98\Magento\Command\Database\Compressor\AbstractCompressor::hasPipeViewer PHP Метод

hasPipeViewer() защищенный Метод

Check whether pv is installed
protected hasPipeViewer ( ) : boolean
Результат boolean
    protected function hasPipeViewer()
    {
        return OperatingSystem::isProgramInstalled('pv');
    }