()
| 2382 | } |
| 2383 | |
| 2384 | func (x *Devcontainer) GetEnvs() []*Env { |
| 2385 | if x != nil { |
| 2386 | return x.Envs |
| 2387 | } |
| 2388 | return nil |
| 2389 | } |
| 2390 | |
| 2391 | // App represents a dev-accessible application on the workspace. |
| 2392 | type App struct { |
no outgoing calls
no test coverage detected