(locationConstraint)
| 2079 | } |
| 2080 | |
| 2081 | getLocationConstraintType(locationConstraint) { |
| 2082 | const dataStoreName = this.locationConstraints[locationConstraint]; |
| 2083 | return dataStoreName && dataStoreName.type; |
| 2084 | } |
| 2085 | |
| 2086 | getLocationConstraint(locationConstraintName) { |
| 2087 | return this.locationConstraints[locationConstraintName]; |
no outgoing calls
no test coverage detected