MCPcopy Create free account
hub / github.com/git-bug/git-bug / Error

Method Error

commands/select/select.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func (e ErrNoValidId) Error() string {
24 return fmt.Sprintf("you must provide a %s id or use the \"select\" command first", e.typename)
25}
26
27func IsErrNoValidId(err error) bool {
28 _, ok := err.(*ErrNoValidId)

Callers 1

TestSelectFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestSelectFunction · 0.36