bandwidthThrottle\tokenBucket\storage\FileStorage::isBootstrapped PHP Method

isBootstrapped() public method

public isBootstrapped ( )
    public function isBootstrapped()
    {
        $stats = fstat($this->fileHandle);
        return $stats["size"] > 0;
    }