Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NikonP/fetchfetch
/ FetchExists
Method
FetchExists
fetch/fetch.go:10–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
func
(fetch *Fetch) FetchExists() bool {
11
_, err := exec.LookPath(fetch.Name)
12
return
err == nil
13
}
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected