(id)
| 145 | return existing.get(`${id}.toml`)?.toml; |
| 146 | }, |
| 147 | authored(id) { |
| 148 | return existing.get(`${id}.toml`)?.authored; |
| 149 | }, |
| 150 | }); |
| 151 | if (translated === undefined) { |
| 152 | if (provider.sourceID !== undefined) skippedRemote.push(provider.sourceID(sourceModel)); |
nothing calls this directly
no outgoing calls
no test coverage detected