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

Struct IssueEditEvent

bridge/github/import_events.go:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19func (IssueEvent) isImportEvent() {}
20
21type IssueEditEvent struct {
22 issueId githubv4.ID
23 userContentEdit
24}
25
26func (IssueEditEvent) isImportEvent() {}
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected