()
| 7 | ) |
| 8 | |
| 9 | func (d *Devbox) IsDirenvActive() bool { |
| 10 | return strings.TrimPrefix(os.Getenv("DIRENV_DIR"), "-") == d.projectDir |
| 11 | } |
| 12 | |
| 13 | func (d *Devbox) isRefreshAliasSet() bool { |
| 14 | return os.Getenv(d.refreshAliasEnvVar()) == d.refreshCmd() |
no outgoing calls
no test coverage detected