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

Function IsDevboxShellEnabled

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

Source from the content-addressed store, hash-verified

15}
16
17func IsDevboxShellEnabled() bool {
18 inDevboxShell, _ := strconv.ParseBool(os.Getenv(DevboxShellEnabled))
19 return inDevboxShell
20}
21
22func DoNotTrack() bool {
23 // https://consoledonottrack.com/

Callers 2

runShellCmdFunction · 0.92
postRunMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected