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