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

Method Comments

api/graphql/models/lazy_bug.go:97–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97func (lb *lazyBug) Comments() ([]bug.Comment, error) {
98 err := lb.load()
99 if err != nil {
100 return nil, err
101 }
102 return lb.snap.Comments, nil
103}
104
105func (lb *lazyBug) Labels() []common.Label {
106 return lb.excerpt.Labels

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected