SetDevSpaceRoot searches for a devspace.yaml in the current directory and parent directories and will return if a devspace.yaml was found as well as switch to the current working directory to that directory if a devspace.yaml could be found.
(log log.Logger)
| 70 | // and will return if a devspace.yaml was found as well as switch to the current |
| 71 | // working directory to that directory if a devspace.yaml could be found. |
| 72 | SetDevSpaceRoot(log log.Logger) (bool, error) |
| 73 | } |
| 74 | |
| 75 | type configLoader struct { |
no outgoing calls
no test coverage detected