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

Method Id

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

Source from the content-addressed store, hash-verified

16// This interface is used to wrap either a lazyBug or a loadedBug depending on the situation.
17type BugWrapper interface {
18 Id() entity.Id
19 LastEdit() time.Time
20 Status() common.Status
21 Title() string

Callers 14

TestGitFileHandlersFunction · 0.65
HumanIDMethod · 0.65
HumanIDMethod · 0.65
loadMethod · 0.65
IdMethod · 0.65
_Bug_idMethod · 0.65

Implementers 1

lazyBugapi/graphql/models/lazy_bug.go

Calls

no outgoing calls

Tested by 1

TestGitFileHandlersFunction · 0.52