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

Method refreshAliasName

internal/devbox/refresh.go:37–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (d *Devbox) refreshAliasName() string {
38 if d.isGlobal() {
39 return "refresh-global"
40 }
41 return "refresh"
42}
43
44func (d *Devbox) refreshCmd() string {
45 devboxCmd := fmt.Sprintf("shellenv --preserve-path-stack -c %q", d.projectDir)

Callers 3

RefreshAliasOrCommandMethod · 0.95
refreshAliasMethod · 0.95
writeDevboxShellrcMethod · 0.80

Calls 1

isGlobalMethod · 0.95

Tested by

no test coverage detected