Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NikonP/fetchfetch
/ Fetch
Struct
Fetch
fetch/fetch.go:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
"os/exec"
4
5
type
Fetch
struct
{
6
Name string
7
Description string
8
}
9
10
func
(fetch *Fetch) FetchExists() bool {
11
_, err := exec.LookPath(fetch.Name)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected