rootDirForSource method

String rootDirForSource(
  1. CachedSource source
)

Implementation

String rootDirForSource(CachedSource source) => p.join(rootDir, source.name);