(strategyName)
| 130 | } |
| 131 | |
| 132 | function hasConstraintStrategy (strategyName) { |
| 133 | return router.hasConstraintStrategy(strategyName) |
| 134 | } |
| 135 | |
| 136 | function isAsyncConstraint () { |
| 137 | return router.constrainer.asyncStrategiesInUse.size > 0 |
nothing calls this directly
no test coverage detected