MCPcopy 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

3import "os/exec"
4
5type Fetch struct {
6 Name string
7 Description string
8}
9
10func (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