MCPcopy 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
17func (d *Devbox) refreshAliasEnvVar() string {
18 return "DEVBOX_REFRESH_ALIAS_" + d.ProjectDirHash()
19}
20
21func (d *Devbox) isGlobal() bool {
22 globalPath, _ := GlobalDataPath()

Callers 3

isRefreshAliasSetMethod · 0.95
refreshAliasMethod · 0.95
writeDevboxShellrcMethod · 0.80

Calls 1

ProjectDirHashMethod · 0.95

Tested by

no test coverage detected