getHooks function

List<String> getHooks()

Returns the list of active git hook file paths

Implementation

List<String> getHooks() {
  return hooks.map((value) => '${Consts.herdsmanDirPath}/$value').toList();
}