* internal: get the unique location ID from the location name * * @param {string} location - location name * @return {string} - location unique ID
(location)
| 354 | * @return {string} - location unique ID |
| 355 | */ |
| 356 | function _getLocationId(location) { |
| 357 | return _config.locationConstraints[location].objectId; |
| 358 | } |
| 359 | |
| 360 | /** |
| 361 | * Call the Utapi Client 'getLocationMetric' method with the |
no outgoing calls
no test coverage detected