(strategyName)
| 136 | } |
| 137 | |
| 138 | function hasConstraintStrategy (strategyName) { |
| 139 | return router.hasConstraintStrategy(strategyName) |
| 140 | } |
| 141 | |
| 142 | function isAsyncConstraint () { |
| 143 | return router.constrainer.asyncStrategiesInUse.size > 0 |
nothing calls this directly
no test coverage detected