MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / candidateDirs

Function candidateDirs

internal/pluginhost/platform.go:308–313  ·  view source on GitHub ↗
(root, goos, goarch string)

Source from the content-addressed store, hash-verified

306}
307
308func candidateDirs(root, goos, goarch string) []string {
309 dirs := make([]string, 0, 2)
310 dirs = append(dirs, filepath.Join(root, goos, goarch))
311 dirs = append(dirs, root)
312 return dirs
313}

Callers 2

TestCandidateDirsFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestCandidateDirsFunction · 0.68