* Get the pending directory for a team
(teamName: string)
| 117 | * Get the pending directory for a team |
| 118 | */ |
| 119 | function getPendingDir(teamName: string): string { |
| 120 | return join(getPermissionDir(teamName), 'pending') |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * Get the resolved directory for a team |
no test coverage detected