Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ refreshAliasEnvVar
Method
refreshAliasEnvVar
internal/devbox/refresh.go:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
func
(d *Devbox) refreshAliasEnvVar() string {
18
return
"DEVBOX_REFRESH_ALIAS_"
+ d.ProjectDirHash()
19
}
20
21
func
(d *Devbox) isGlobal() bool {
22
globalPath, _ := GlobalDataPath()
Callers
3
isRefreshAliasSet
Method · 0.95
refreshAlias
Method · 0.95
writeDevboxShellrc
Method · 0.80
Calls
1
ProjectDirHash
Method · 0.95
Tested by
no test coverage detected