Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
func
IsDevboxCloud() bool {
14
return
os.Getenv(DevboxRegion) !=
""
15
}
16
17
func
IsDevboxShellEnabled() bool {
18
inDevboxShell, _ := strconv.ParseBool(os.Getenv(DevboxShellEnabled))
Callers
4
shellAccess
Function · 0.92
postRun
Method · 0.92
updateServiceStatusOnRemote
Function · 0.92
CheckVersion
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected