()
| 919 | ) |
| 920 | |
| 921 | func (m WebOpenMode) Valid() bool { |
| 922 | switch m { |
| 923 | case WebOpenModeRecipient, WebOpenModeCreator, WebOpenModeNone: |
| 924 | return true |
| 925 | } |
| 926 | return false |
| 927 | } |
| 928 | |
| 929 | func parseReportAnnotations(annotations map[string]string) reportAnnotations { |
| 930 | if annotations == nil { |
no outgoing calls
no test coverage detected