(key, value)
| 214 | * ``` |
| 215 | */ |
| 216 | function getDependencyFor(key, value) { |
| 217 | return { |
| 218 | [key]: value, |
| 219 | }; |
| 220 | } |
| 221 | |
| 222 | /* |
| 223 | * Generates the object that represents an application's registry where all |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…