(strategy)
| 125 | } |
| 126 | |
| 127 | function addConstraintStrategy (strategy) { |
| 128 | throwIfAlreadyStarted('Cannot add constraint strategy!') |
| 129 | return router.addConstraintStrategy(strategy) |
| 130 | } |
| 131 | |
| 132 | function hasConstraintStrategy (strategyName) { |
| 133 | return router.hasConstraintStrategy(strategyName) |
nothing calls this directly
no test coverage detected