executablesDir method

Directory executablesDir(
  1. String root
)

Implementation

Directory executablesDir(String root) {
  return fs.directory(p.join(dartToolGitHooksDir(root).path, 'executables'));
}