(locationConstraintName)
| 2084 | } |
| 2085 | |
| 2086 | getLocationConstraint(locationConstraintName) { |
| 2087 | return this.locationConstraints[locationConstraintName]; |
| 2088 | } |
| 2089 | |
| 2090 | setRestEndpoints(restEndpoints) { |
| 2091 | restEndpointsAssert(restEndpoints, this.locationConstraints); |
no outgoing calls
no test coverage detected