ReferenceStorage constructor

ReferenceStorage(
  1. String dotGitDir,
  2. FileSystem fs
)

Implementation

ReferenceStorage(this.dotGitDir, this.fs);