()
| 699 | } |
| 700 | |
| 701 | func (x *QueryResponse) GetResults() []*QueryResult { |
| 702 | if x != nil { |
| 703 | return x.Results |
| 704 | } |
| 705 | return nil |
| 706 | } |
| 707 | |
| 708 | func (x *QueryResponse) GetAppliedAccessGrant() string { |
| 709 | if x != nil { |
no outgoing calls
no test coverage detected