String is the value of the stack stored in its env-var.
()
| 46 | |
| 47 | // String is the value of the stack stored in its env-var. |
| 48 | func (s *stack) String() string { |
| 49 | return strings.Join(s.keys, ":") |
| 50 | } |
| 51 | |
| 52 | func (s *stack) Path(env map[string]string) string { |
| 53 | // Look up the paths-list for each stack element, and join them together to get the final PATH. |
no outgoing calls
no test coverage detected