Has tests if the stack has the key corresponding to projectHash
(projectHash string)
| 91 | |
| 92 | // Has tests if the stack has the key corresponding to projectHash |
| 93 | func (s *stack) Has(projectHash string) bool { |
| 94 | return lo.Contains(s.keys, Key(projectHash)) |
| 95 | } |
no test coverage detected