MCPcopy Index your code
hub / github.com/perkeep/perkeep / LookPath

Method LookPath

cmd/pk/get.go:53–55  ·  view source on GitHub ↗

LookPath returns the full path to the executable that "pk get" actually calls, i.e. "pk-get".

()

Source from the content-addressed store, hash-verified

51// LookPath returns the full path to the executable that "pk get" actually
52// calls, i.e. "pk-get".
53func (c *getCmd) LookPath() (string, error) {
54 return osutil.LookPathGopath(c.binName)
55}

Callers

nothing calls this directly

Calls 1

LookPathGopathFunction · 0.92

Tested by

no test coverage detected