Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
func
(e ErrNoValidId) Error() string {
24
return
fmt.Sprintf(
"you must provide a %s id or use the \"
select
\
" command first"
, e.typename)
25
}
26
27
func
IsErrNoValidId(err error) bool {
28
_, ok := err.(*ErrNoValidId)
Callers
1
TestSelect
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestSelect
Function · 0.36