MCPcopy Create free account
hub / github.com/chip/pathos / getPaths

Function getPaths

pathos.go:282–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280}
281
282func getPaths() []string {
283 PATH := os.Getenv("PATH")
284 return strings.Split(PATH, ":")
285}
286
287func createPaths() []list.Item {
288 paths := getPaths()

Callers 1

createPathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected