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

Struct CommentEditEvent

bridge/github/import_events.go:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33func (TimelineEvent) isImportEvent() {}
34
35type CommentEditEvent struct {
36 commentId githubv4.ID
37 userContentEdit
38}
39
40func (CommentEditEvent) isImportEvent() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected