Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lima-vm/lima
/ UpdatePath
Function
UpdatePath
pkg/plugins/plugins.go:209–213 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
207
}
208
209
func
UpdatePath() error {
210
pluginDirs := getPluginDirectories()
211
newPath := strings.Join(pluginDirs, string(filepath.ListSeparator))
212
return
os.Setenv(
"PATH"
, newPath)
213
}
Callers
2
transformCustomURL
Function · 0.92
Run
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected