WritingPatternMatcher is a custom PatternMatcher for detecting writing preferences
| 176 | |
| 177 | // WritingPatternMatcher is a custom PatternMatcher for detecting writing preferences |
| 178 | type WritingPatternMatcher struct{} |
| 179 | |
| 180 | func (m *WritingPatternMatcher) SupportedEventTypes() []string { |
| 181 | return []string{"user_revision", "user_feedback"} |
nothing calls this directly
no outgoing calls
no test coverage detected