(strategy)
| 131 | } |
| 132 | |
| 133 | function addConstraintStrategy (strategy) { |
| 134 | throwIfAlreadyStarted(class="st">'Cannot add constraint strategy!') |
| 135 | return router.addConstraintStrategy(strategy) |
| 136 | } |
| 137 | |
| 138 | function hasConstraintStrategy (strategyName) { |
| 139 | return router.hasConstraintStrategy(strategyName) |
nothing calls this directly
no test coverage detected