Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ runLabel
Function
runLabel
commands/label.go:25–33 ·
view source on GitHub ↗
(env *execenv.Env)
Source
from the content-addressed store, hash-verified
23
}
24
25
func
runLabel(env *execenv.Env) error {
26
labels := env.Backend.Bugs().ValidLabels()
27
28
for
_, l :=
range
labels {
29
env.Out.Println(l)
30
}
31
32
return
nil
33
}
Callers
1
newLabelCommand
Function · 0.85
Calls
3
Bugs
Method · 0.80
ValidLabels
Method · 0.65
Println
Method · 0.65
Tested by
no test coverage detected