SearchAll check if search all
()
| 94 | |
| 95 | // SearchAll check if search all |
| 96 | func (s *SearchCondition) SearchAll() bool { |
| 97 | return len(s.TargetType) == 0 |
| 98 | } |
| 99 | |
| 100 | // SearchQuestion check if search only need question |
| 101 | func (s *SearchCondition) SearchQuestion() bool { |
no outgoing calls
no test coverage detected