MCPcopy Index your code
hub / github.com/apache/answer / SearchQuestion

Method SearchQuestion

internal/schema/search_schema.go:101–103  ·  view source on GitHub ↗

SearchQuestion check if search only need question

()

Source from the content-addressed store, hash-verified

99
100// SearchQuestion check if search only need question
101func (s *SearchCondition) SearchQuestion() bool {
102 return s.TargetType == constant.QuestionObjectType
103}
104
105// SearchAnswer check if search only need answer
106func (s *SearchCondition) SearchAnswer() bool {

Callers 2

SearchMethod · 0.80
searchByPluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected