()
| 1284 | } |
| 1285 | |
| 1286 | func (x *PrefetchContentsRequest) GetContentIds() []string { |
| 1287 | if x != nil { |
| 1288 | return x.ContentIds |
| 1289 | } |
| 1290 | return nil |
| 1291 | } |
| 1292 | |
| 1293 | func (x *PrefetchContentsRequest) GetHint() string { |
| 1294 | if x != nil { |
no outgoing calls
no test coverage detected