()
| 480 | } |
| 481 | |
| 482 | func (m *SrcFunction) GetIsCount() bool { |
| 483 | if m != nil { |
| 484 | return m.IsCount |
| 485 | } |
| 486 | return false |
| 487 | } |
| 488 | |
| 489 | type Query struct { |
| 490 | Attr string `protobuf:"bytes,1,opt,name=attr,proto3" json:"attr,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected