Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.
17
type
BugWrapper
interface
{
18
Id() entity.Id
19
LastEdit() time.Time
20
Status() common.Status
21
Title() string
Callers
14
TestGitFileHandlers
Function · 0.65
HumanID
Method · 0.65
HumanID
Method · 0.65
load
Method · 0.65
Id
Method · 0.65
_BugAddCommentOperation_id
Method · 0.65
_BugCreateOperation_id
Method · 0.65
_BugEditCommentOperation_id
Method · 0.65
_BugLabelChangeOperation_id
Method · 0.65
_BugSetStatusOperation_id
Method · 0.65
_BugSetTitleOperation_id
Method · 0.65
_Bug_id
Method · 0.65
Implementers
1
lazyBug
api/graphql/models/lazy_bug.go
Calls
no outgoing calls
Tested by
1
TestGitFileHandlers
Function · 0.52