MCPcopy Index your code
hub / github.com/git-bug/git-bug / bugsIDFormatter

Function bugsIDFormatter

commands/bug/bug.go:207–213  ·  view source on GitHub ↗
(env *execenv.Env, excerpts []*cache.BugExcerpt)

Source from the content-addressed store, hash-verified

205}
206
207func bugsIDFormatter(env *execenv.Env, excerpts []*cache.BugExcerpt) error {
208 for _, b := range excerpts {
209 env.Out.Println(b.Id().String())
210 }
211
212 return nil
213}
214
215func bugsDefaultFormatter(env *execenv.Env, excerpts []*cache.BugExcerpt) error {
216 width := env.Out.Width()

Callers 1

runBugFunction · 0.85

Calls 3

PrintlnMethod · 0.65
StringMethod · 0.65
IdMethod · 0.65

Tested by

no test coverage detected