getAttributionRepoRoot method

String getAttributionRepoRoot()

Get the repo root for attribution operations.

Implementation

String getAttributionRepoRoot() {
  return _findGitRoot(_originalCwd) ?? _originalCwd;
}