MCPcopy
hub / github.com/perkeep/perkeep / Error

Method Error

pkg/cmdmain/cmdmain.go:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62type UsageError string
63
64func (ue UsageError) Error() string {
65 return "Usage error: " + string(ue)
66}
67
68var (
69 // mode name to actual subcommand mapping

Callers 4

parseConfigMethod · 0.45
newRequestMethod · 0.45
TestLicensesFunction · 0.45
TestParseFieldsFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestLicensesFunction · 0.36
TestParseFieldsFunction · 0.36