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

Method Operations

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

Source from the content-addressed store, hash-verified

147}
148
149func (lb *lazyBug) Operations() ([]dag.Operation, error) {
150 err := lb.load()
151 if err != nil {
152 return nil, err
153 }
154 return lb.snap.Operations, nil
155}
156
157var _ BugWrapper = &loadedBug{}
158

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected