getHooks function

List<String> getHooks()

Returns the list of active git hook file paths

Implementation

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