MCPcopy Create free account
hub / github.com/coder/coder / GetEnvs

Method GetEnvs

provisionersdk/proto/provisioner.pb.go:2384–2389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2382}
2383
2384func (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.
2392type App struct {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected