MCPcopy 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
209func UpdatePath() error {
210 pluginDirs := getPluginDirectories()
211 newPath := strings.Join(pluginDirs, string(filepath.ListSeparator))
212 return os.Setenv("PATH", newPath)
213}

Callers 2

transformCustomURLFunction · 0.92
RunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected