(descriptor, dependencies, opts)
| 187 | } |
| 188 | |
| 189 | async getCandidates(descriptor, dependencies, opts) { |
| 190 | return [structUtils.convertDescriptorToLocator(descriptor)]; |
| 191 | } |
| 192 | |
| 193 | async getSatisfying(descriptor, dependencies, locators, opts) { |
| 194 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected