(descriptor, dependencies, locators, opts)
| 191 | } |
| 192 | |
| 193 | async getSatisfying(descriptor, dependencies, locators, opts) { |
| 194 | return { |
| 195 | locators |
| 196 | }; |
| 197 | } |
| 198 | |
| 199 | async resolve(locator, opts) { |
| 200 | const parts = parse(locator.reference); |
nothing calls this directly
no outgoing calls
no test coverage detected