(id)
| 142 | for (const sourceModel of sourceModels) { |
| 143 | const translated = provider.translateModel(sourceModel, { |
| 144 | existing(id) { |
| 145 | return existing.get(`${id}.toml`)?.toml; |
| 146 | }, |
| 147 | authored(id) { |
| 148 | return existing.get(`${id}.toml`)?.authored; |
| 149 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected