func()

in pkg/event_processor/event.go [141:143]


func (e *EventInfo) IsReviewCommentEvent() bool {
	return e.Type == EventTypeReviewComment
}