(raw)
| 74 | return { models }; |
| 75 | }, |
| 76 | parseModels(raw) { |
| 77 | return GoogleResponse.parse(raw).models ?? []; |
| 78 | }, |
| 79 | translateModel(model, context) { |
| 80 | const id = model.name.replace(/^models\//, ""); |
| 81 | const existing = context.existing(id); |
nothing calls this directly
no outgoing calls
no test coverage detected