MCPcopy 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
10func (fetch *Fetch) FetchExists() bool {
11 _, err := exec.LookPath(fetch.Name)
12 return err == nil
13}

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected