MCPcopy Index your code
hub / github.com/jetify-com/devbox / IsDevboxCloud

Function IsDevboxCloud

internal/envir/util.go:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11)
12
13func IsDevboxCloud() bool {
14 return os.Getenv(DevboxRegion) != ""
15}
16
17func IsDevboxShellEnabled() bool {
18 inDevboxShell, _ := strconv.ParseBool(os.Getenv(DevboxShellEnabled))

Callers 4

shellAccessFunction · 0.92
postRunMethod · 0.92
CheckVersionFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected