()
| 1291 | } |
| 1292 | |
| 1293 | func (x *PrefetchContentsRequest) GetHint() string { |
| 1294 | if x != nil { |
| 1295 | return x.Hint |
| 1296 | } |
| 1297 | return "" |
| 1298 | } |
| 1299 | |
| 1300 | type PrefetchContentsResponse struct { |
| 1301 | state protoimpl.MessageState `protogen:"open.v1"` |
no outgoing calls
no test coverage detected