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

Method LookPath

cmd/pk/put.go:55–57  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

LookPathGopathFunction · 0.92

Tested by

no test coverage detected