Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
282
func
getPaths() []string {
283
PATH := os.Getenv(
"PATH"
)
284
return
strings.Split(PATH,
":"
)
285
}
286
287
func
createPaths() []list.Item {
288
paths := getPaths()
Callers
1
createPaths
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected