| 3 | |
| 4 | export default function wire(Component, dependencies, mapper) { |
| 5 | class Inject extends React.Component { |
| 6 | render() { |
| 7 | var resolved = dependencies.map(this.context.get.bind(this.context)); |
| 8 | var props = mapper(...resolved); |
nothing calls this directly
no outgoing calls
no test coverage detected