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

Struct TimelineEvent

bridge/github/import_events.go:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26func (IssueEditEvent) isImportEvent() {}
27
28type TimelineEvent struct {
29 issueId githubv4.ID
30 timelineItem
31}
32
33func (TimelineEvent) isImportEvent() {}
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected