| 14 | |
| 15 | export function wire(Component, deps, mapper) { |
| 16 | return class Injector extends React.Component { |
| 17 | constructor(props) { |
| 18 | super(props); |
| 19 | this._resolvedDependencies = mapper(...deps.map(fetch)); |
nothing calls this directly
no outgoing calls
no test coverage detected