()
| 16 | } |
| 17 | |
| 18 | function getRandomUserAgent() { |
| 19 | const number = Math.floor(Math.random() * 10); |
| 20 | return `brasil-api-cep-v2-${number}`; |
| 21 | } |
| 22 | |
| 23 | async function fetchGeocoordinateFromBrazilLocation({ |
| 24 | state, |
no outgoing calls
no test coverage detected