19 declare(strict_types=1);
36 public function __construct(
string $storage_base_path,
private StorageHandlerFactory $storage_handler_factory)
42 $stream = $this->storage_handler_factory->getHandlerForRevision($revision)->getStream($revision);
49 FileStream $file_stream,
52 return $flavour->withStreamResolver(
__construct(string $storage_base_path, private StorageHandlerFactory $storage_handler_factory)
populateFlavour(Flavour $flavour, FileStream $file_stream, int $index)
populateRevision(Revision $revision)