DiskBasedResultStore constructor

DiskBasedResultStore(
  1. String storageRootPath
)

Creates a DiskBasedResultStore rooted at storageRootPath.

Implementation

DiskBasedResultStore(String storageRootPath)
    : _resultsRootPath =
          _join(Directory(storageRootPath).absolute.path, 'results');