Kraken\Channel\Record\RequestRecordStorage::existsRequest PHP Method

existsRequest() protected method

Check if RequestRecord with given protocol ID exists.
protected existsRequest ( string $pid ) : boolean
$pid string
return boolean
    protected function existsRequest($pid)
    {
        return isset($this->reqs[$pid]);
    }