(container, target)
| 13 | } |
| 14 | |
| 15 | initialize(container, target) { |
| 16 | this.instance = container.get(target); |
| 17 | } |
| 18 | |
| 19 | register(registry, name) { |
| 20 | registry.registerBindingBehavior(name || this.name, this.instance); |
nothing calls this directly
no outgoing calls
no test coverage detected